Html Css Color HEX #66882D Olive Drab

📋 copy color: '#66882D'

red 102 ◦ green 136 ◦ blue 45

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

Shades of Olive Drab #66882D

Tints of Olive Drab #66882D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.06%

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 36.04%
G = 48.06%
B = 15.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#66882D (or 0x66882D) is known color: Olive Drab. HEX triplet: 66, 88 and 2D. RGB value is (102,136,45). Sum of RGB (Red+Green+Blue) = 102+136+45=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #66882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66882D is #9977D2. Grayscale: #737373. Windows color (decimal): -10057683 or 2984038. OLE color: 2984038.

HSL color Cylindrical-coordinate representation of color #66882D: hue angle of 82.42º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66882D is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 45 -
CMYK 0.25 0 0.67 0.47
HSL 82.42º 0.5% 0.35% -
HSV(B) 82.42º 0.67% 0.53% -
XYZ 14.76 20.62 5.69 -
YUV 115.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 102 136 45 0.25 0 0.67 0.47 82.42 0.5 0.35
Hex 66 88 2D 19 0 43 2F 52 32 23
Octal 146 210 55 31 0 103 57 122 62 43
Binary 1100110 10001000 101101 11001 0 1000011 101111 1010010 110010 100011

Color Harmonies of #66882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66882D

Black with #66882D

Text Example


Text Example

White with #66882D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,136,45); }

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

background-color css

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

 a { background-color: rgb(102,136,45); }

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

border-color css

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

 span { border-color: rgb(102,136,45); }

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