Html Css Color HEX #668308 Olive Drab

📋 copy color: '#668308'

red 102 ◦ green 131 ◦ blue 8

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

Shades of Olive Drab #668308

Tints of Olive Drab #668308

RGB

 RED value IS 102 (40.23% from 255) = 42.32%

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

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

R = 42.32%
G = 54.36%
B = 3.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#668308 (or 0x668308) is known color: Olive Drab. HEX triplet: 66, 83 and 08. RGB value is (102,131,8). Sum of RGB (Red+Green+Blue) = 102+131+8=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #668308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668308 is #997CF7. Grayscale: #6C6C6C. Windows color (decimal): -10059000 or 557926. OLE color: 557926.

HSL color Cylindrical-coordinate representation of color #668308: hue angle of 74.15º 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 #668308 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 8 -
CMYK 0.22 0 0.94 0.49
HSL 74.15º 0.88% 0.27% -
HSV(B) 74.15º 0.94% 0.51% -
XYZ 13.64 19.07 3.19 -
YUV 108.31 71.39 123.5 -
System Red Green Blue C M Y K H S L
Decimal 102 131 8 0.22 0 0.94 0.49 74.15 0.88 0.27
Hex 66 83 8 16 0 5E 31 4A 58 1B
Octal 146 203 10 26 0 136 61 112 130 33
Binary 1100110 10000011 1000 10110 0 1011110 110001 1001010 1011000 11011

Color Harmonies of #668308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668308

Black with #668308

Text Example


Text Example

White with #668308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668308; }

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

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

background-color css

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

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

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

border-color css

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

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

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