Html Css Color HEX #66951F Olive Drab

📋 copy color: '#66951F'

red 102 ◦ green 149 ◦ blue 31

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

Shades of Olive Drab #66951F

Tints of Olive Drab #66951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.84%

 BLUE value IS 31 (12.5% from 255) = 10.99%

R = 36.17%
G = 52.84%
B = 10.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#66951F (or 0x66951F) is known color: Olive Drab. HEX triplet: 66, 95 and 1F. RGB value is (102,149,31). Sum of RGB (Red+Green+Blue) = 102+149+31=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #66951F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66951F is #996AE0. Grayscale: #797979. Windows color (decimal): -10054369 or 2069862. OLE color: 2069862.

HSL color Cylindrical-coordinate representation of color #66951F: hue angle of 83.9º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66951F is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 149 31 -
CMYK 0.32 0 0.79 0.42
HSL 83.9º 0.66% 0.35% -
HSV(B) 83.9º 0.79% 0.58% -
XYZ 16.47 24.42 5.14 -
YUV 121.5 76.93 114.09 -
System Red Green Blue C M Y K H S L
Decimal 102 149 31 0.32 0 0.79 0.42 83.9 0.66 0.35
Hex 66 95 1F 20 0 4F 2A 54 42 23
Octal 146 225 37 40 0 117 52 124 102 43
Binary 1100110 10010101 11111 100000 0 1001111 101010 1010100 1000010 100011

Color Harmonies of #66951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66951F

Black with #66951F

Text Example


Text Example

White with #66951F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,149,31); }

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

background-color css

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

 a { background-color: rgb(102,149,31); }

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

border-color css

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

 span { border-color: rgb(102,149,31); }

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