Html Css Color HEX #66832C Olive Drab

📋 copy color: '#66832C'

red 102 ◦ green 131 ◦ blue 44

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

Shades of Olive Drab #66832C

Tints of Olive Drab #66832C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.29%

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

R = 36.82%
G = 47.29%
B = 15.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#66832C (or 0x66832C) is known color: Olive Drab. HEX triplet: 66, 83 and 2C. RGB value is (102,131,44). Sum of RGB (Red+Green+Blue) = 102+131+44=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #66832C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66832C is #997CD3. Grayscale: #707070. Windows color (decimal): -10058964 or 2917222. OLE color: 2917222.

HSL color Cylindrical-coordinate representation of color #66832C: hue angle of 80º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66832C is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 44 -
CMYK 0.22 0 0.66 0.49
HSL 80º 0.5% 0.34% -
HSV(B) 80º 0.66% 0.51% -
XYZ 14.05 19.24 5.36 -
YUV 112.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 102 131 44 0.22 0 0.66 0.49 80 0.5 0.34
Hex 66 83 2C 16 0 42 31 50 32 22
Octal 146 203 54 26 0 102 61 120 62 42
Binary 1100110 10000011 101100 10110 0 1000010 110001 1010000 110010 100010

Color Harmonies of #66832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66832C

Black with #66832C

Text Example


Text Example

White with #66832C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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