Html Css Color HEX #66960B Olive Drab

📋 copy color: '#66960B'

red 102 ◦ green 150 ◦ blue 11

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

Shades of Olive Drab #66960B

Tints of Olive Drab #66960B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.03%

 BLUE value IS 11 (4.69% from 255) = 4.18%

R = 38.78%
G = 57.03%
B = 4.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#66960B (or 0x66960B) is known color: Olive Drab. HEX triplet: 66, 96 and 0B. RGB value is (102,150,11). Sum of RGB (Red+Green+Blue) = 102+150+11=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #66960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66960B is #9969F4. Grayscale: #787878. Windows color (decimal): -10054133 or 759398. OLE color: 759398.

HSL color Cylindrical-coordinate representation of color #66960B: hue angle of 80.72º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66960B is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 11 -
CMYK 0.32 0 0.93 0.41
HSL 80.72º 0.86% 0.32% -
HSV(B) 80.72º 0.93% 0.59% -
XYZ 16.45 24.66 4.21 -
YUV 119.8 66.6 115.3 -
System Red Green Blue C M Y K H S L
Decimal 102 150 11 0.32 0 0.93 0.41 80.72 0.86 0.32
Hex 66 96 B 20 0 5D 29 51 56 20
Octal 146 226 13 40 0 135 51 121 126 40
Binary 1100110 10010110 1011 100000 0 1011101 101001 1010001 1010110 100000

Color Harmonies of #66960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66960B

Black with #66960B

Text Example


Text Example

White with #66960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66960B; }

 p { color: rgb(102,150,11); }

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

background-color css

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

 a { background-color: rgb(102,150,11); }

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

border-color css

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

 span { border-color: rgb(102,150,11); }

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