Html Css Color HEX #66971F Olive Drab

📋 copy color: '#66971F'

red 102 ◦ green 151 ◦ blue 31

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

Shades of Olive Drab #66971F

Tints of Olive Drab #66971F

RGB

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

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

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

R = 35.92%
G = 53.17%
B = 10.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#66971F (or 0x66971F) is known color: Olive Drab. HEX triplet: 66, 97 and 1F. RGB value is (102,151,31). Sum of RGB (Red+Green+Blue) = 102+151+31=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #66971F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66971F is #9968E0. Grayscale: #7B7B7B. Windows color (decimal): -10053857 or 2070374. OLE color: 2070374.

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

Color convert

RGB 102 151 31 -
CMYK 0.32 0 0.79 0.41
HSL 84.5º 0.66% 0.36% -
HSV(B) 84.5º 0.79% 0.59% -
XYZ 16.79 25.06 5.25 -
YUV 122.67 76.27 113.26 -
System Red Green Blue C M Y K H S L
Decimal 102 151 31 0.32 0 0.79 0.41 84.5 0.66 0.36
Hex 66 97 1F 20 0 4F 29 54 42 24
Octal 146 227 37 40 0 117 51 124 102 44
Binary 1100110 10010111 11111 100000 0 1001111 101001 1010100 1000010 100100

Color Harmonies of #66971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66971F

Black with #66971F

Text Example


Text Example

White with #66971F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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