Html Css Color HEX #668B08 Olive Drab

📋 copy color: '#668B08'

red 102 ◦ green 139 ◦ blue 8

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

Shades of Olive Drab #668B08

Tints of Olive Drab #668B08

RGB

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

 GREEN value IS 139 (54.69% from 255) = 55.82%

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

R = 40.96%
G = 55.82%
B = 3.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#668B08 (or 0x668B08) is known color: Olive Drab. HEX triplet: 66, 8B and 08. RGB value is (102,139,8). Sum of RGB (Red+Green+Blue) = 102+139+8=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #668B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668B08 is #9974F7. Grayscale: #717171. Windows color (decimal): -10056952 or 559974. OLE color: 559974.

HSL color Cylindrical-coordinate representation of color #668B08: hue angle of 76.95º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #668B08 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 139 8 -
CMYK 0.27 0 0.94 0.45
HSL 76.95º 0.89% 0.29% -
HSV(B) 76.95º 0.94% 0.55% -
XYZ 14.76 21.31 3.56 -
YUV 113 68.74 120.15 -
System Red Green Blue C M Y K H S L
Decimal 102 139 8 0.27 0 0.94 0.45 76.95 0.89 0.29
Hex 66 8B 8 1B 0 5E 2D 4D 59 1D
Octal 146 213 10 33 0 136 55 115 131 35
Binary 1100110 10001011 1000 11011 0 1011110 101101 1001101 1011001 11101

Color Harmonies of #668B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B08

Black with #668B08

Text Example


Text Example

White with #668B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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