Html Css Color HEX #66842C Olive Drab

📋 copy color: '#66842C'

red 102 ◦ green 132 ◦ blue 44

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

Shades of Olive Drab #66842C

Tints of Olive Drab #66842C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.48%

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 36.69%
G = 47.48%
B = 15.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#66842C (or 0x66842C) is known color: Olive Drab. HEX triplet: 66, 84 and 2C. RGB value is (102,132,44). Sum of RGB (Red+Green+Blue) = 102+132+44=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #66842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66842C is #997BD3. Grayscale: #717171. Windows color (decimal): -10058708 or 2917478. OLE color: 2917478.

HSL color Cylindrical-coordinate representation of color #66842C: hue angle of 80.45º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66842C is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 132 44 -
CMYK 0.23 0 0.67 0.48
HSL 80.45º 0.5% 0.35% -
HSV(B) 80.45º 0.67% 0.52% -
XYZ 14.19 19.51 5.4 -
YUV 113 89.06 120.16 -
System Red Green Blue C M Y K H S L
Decimal 102 132 44 0.23 0 0.67 0.48 80.45 0.5 0.35
Hex 66 84 2C 17 0 43 30 50 32 23
Octal 146 204 54 27 0 103 60 120 62 43
Binary 1100110 10000100 101100 10111 0 1000011 110000 1010000 110010 100011

Color Harmonies of #66842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66842C

Black with #66842C

Text Example


Text Example

White with #66842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66842C; }

 p { color: rgb(102,132,44); }

 H1.HeaderClassName
 {
   color: #66842C;
 }
 .AnyTagClassName
 {
   color: #66842C;
 }
</style>

background-color css

<style>
 a { background-color: #66842C; }

 a { background-color: rgb(102,132,44); }

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

border-color css

<style>
 span { border-color: #66842C; }

 span { border-color: rgb(102,132,44); }

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