Html Css Color HEX #66971D Olive Drab

📋 copy color: '#66971D'

red 102 ◦ green 151 ◦ blue 29

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

Shades of Olive Drab #66971D

Tints of Olive Drab #66971D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 36.17%
G = 53.55%
B = 10.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#66971D (or 0x66971D) is known color: Olive Drab. HEX triplet: 66, 97 and 1D. RGB value is (102,151,29). Sum of RGB (Red+Green+Blue) = 102+151+29=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 151 (59.38% from 255 or 53.55% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 151 - color contains mainly: green. Hex color #66971D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66971D is #9968E2. Grayscale: #7A7A7A. Windows color (decimal): -10053859 or 1939302. OLE color: 1939302.

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

Color convert

RGB 102 151 29 -
CMYK 0.32 0 0.81 0.41
HSL 84.1º 0.68% 0.35% -
HSV(B) 84.1º 0.81% 0.59% -
XYZ 16.77 25.05 5.11 -
YUV 122.44 75.27 113.42 -
System Red Green Blue C M Y K H S L
Decimal 102 151 29 0.32 0 0.81 0.41 84.1 0.68 0.35
Hex 66 97 1D 20 0 51 29 54 44 23
Octal 146 227 35 40 0 121 51 124 104 43
Binary 1100110 10010111 11101 100000 0 1010001 101001 1010100 1000100 100011

Color Harmonies of #66971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66971D

Black with #66971D

Text Example


Text Example

White with #66971D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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