Html Css Color HEX #66960F Olive Drab

📋 copy color: '#66960F'

red 102 ◦ green 150 ◦ blue 15

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

Shades of Olive Drab #66960F

Tints of Olive Drab #66960F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 38.2%
G = 56.18%
B = 5.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#66960F (or 0x66960F) is known color: Olive Drab. HEX triplet: 66, 96 and 0F. RGB value is (102,150,15). Sum of RGB (Red+Green+Blue) = 102+150+15=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #66960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66960F is #9969F0. Grayscale: #787878. Windows color (decimal): -10054129 or 1021542. OLE color: 1021542.

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

Color convert

RGB 102 150 15 -
CMYK 0.32 0 0.9 0.41
HSL 81.33º 0.82% 0.32% -
HSV(B) 81.33º 0.9% 0.59% -
XYZ 16.47 24.67 4.35 -
YUV 120.26 68.6 114.98 -
System Red Green Blue C M Y K H S L
Decimal 102 150 15 0.32 0 0.9 0.41 81.33 0.82 0.32
Hex 66 96 F 20 0 5A 29 51 52 20
Octal 146 226 17 40 0 132 51 121 122 40
Binary 1100110 10010110 1111 100000 0 1011010 101001 1010001 1010010 100000

Color Harmonies of #66960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66960F

Black with #66960F

Text Example


Text Example

White with #66960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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