Html Css Color HEX #6E8308 Olive

📋 copy color: '#6E8308'

red 110 ◦ green 131 ◦ blue 8

#6E8308
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #6E8308

Tints of Olive #6E8308

RGB

 RED value IS 110 (43.36% from 255) = 44.18%

 GREEN value IS 131 (51.56% from 255) = 52.61%

 BLUE value IS 8 (3.52% from 255) = 3.21%

R = 44.18%
G = 52.61%
B = 3.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6E8308 (or 0x6E8308) is known color: Olive. HEX triplet: 6E, 83 and 08. RGB value is (110,131,8). Sum of RGB (Red+Green+Blue) = 110+131+8=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8308 is #917CF7. Grayscale: #6F6F6F. Windows color (decimal): -9534712 or 557934. OLE color: 557934.

HSL color Cylindrical-coordinate representation of color #6E8308: hue angle of 70.24º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E8308 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 131 8 -
CMYK 0.16 0 0.94 0.49
HSL 70.24º 0.88% 0.27% -
HSV(B) 70.24º 0.94% 0.51% -
XYZ 14.59 19.57 3.24 -
YUV 110.7 70.04 127.5 -
System Red Green Blue C M Y K H S L
Decimal 110 131 8 0.16 0 0.94 0.49 70.24 0.88 0.27
Hex 6E 83 8 10 0 5E 31 46 58 1B
Octal 156 203 10 20 0 136 61 106 130 33
Binary 1101110 10000011 1000 10000 0 1011110 110001 1000110 1011000 11011

Color Harmonies of #6E8308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8308

Black with #6E8308

Text Example


Text Example

White with #6E8308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E8308; }

 p { color: rgb(110,131,8); }

 H1.HeaderClassName
 {
   color: #6E8308;
 }
 .AnyTagClassName
 {
   color: #6E8308;
 }
</style>

background-color css

<style>
 a { background-color: #6E8308; }

 a { background-color: rgb(110,131,8); }

 div.DivClassName
 {
   background-color: #6E8308;
 }
 .BgClassName
 {
   background-color: #6E8308;
 }
</style>

border-color css

<style>
 span { border-color: #6E8308; }

 span { border-color: rgb(110,131,8); }

 td.TdClassName
 {
   border-color: #6E8308;
 }
 .TagClassName
 {
   border-color: #6E8308;
 }
</style>