Html Css Color HEX #66970B Olive Drab

📋 copy color: '#66970B'

red 102 ◦ green 151 ◦ blue 11

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

Shades of Olive Drab #66970B

Tints of Olive Drab #66970B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 57.2%

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

R = 38.64%
G = 57.2%
B = 4.17%

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

#66970B (or 0x66970B) is known color: Olive Drab. HEX triplet: 66, 97 and 0B. RGB value is (102,151,11). Sum of RGB (Red+Green+Blue) = 102+151+11=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 151 (59.38% from 255 or 57.20% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 151 - color contains mainly: green. Hex color #66970B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66970B is #9968F4. Grayscale: #787878. Windows color (decimal): -10053877 or 759654. OLE color: 759654.

HSL color Cylindrical-coordinate representation of color #66970B: hue angle of 81º 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 #66970B is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 11 -
CMYK 0.32 0 0.93 0.41
HSL 81º 0.86% 0.32% -
HSV(B) 81º 0.93% 0.59% -
XYZ 16.61 24.98 4.26 -
YUV 120.39 66.27 114.88 -
System Red Green Blue C M Y K H S L
Decimal 102 151 11 0.32 0 0.93 0.41 81 0.86 0.32
Hex 66 97 B 20 0 5D 29 51 56 20
Octal 146 227 13 40 0 135 51 121 126 40
Binary 1100110 10010111 1011 100000 0 1011101 101001 1010001 1010110 100000

Color Harmonies of #66970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66970B

Black with #66970B

Text Example


Text Example

White with #66970B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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