#66832F

Color #66832F Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #66832F

Tints of Olive Drab #66832F

Color information

#66832F (or 0x66832F) is unknown color: approx Olive Drab. HEX triplet: 66, 83 and 2F. RGB value is (102,131,47). Sum of RGB (Red+Green+Blue) = 102+131+47=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #66832F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66832F is #997CD0. Grayscale: #717171. Windows color (decimal): -10058961 or 3113830. OLE color: 3113830.

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

Color convert

RGB10213147-
CMYK0.2200.640.49
HSL80.71º47.19%34.9%-
HSV(B)80.71º64.12%51.37%-
XYZ14.1119.265.66-
YUV112.7590.89120.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 131 (51.56% from 255) = 46.79%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=36.43%
G=46.79%
B=16.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102131470.2200.640.4980.7147.1934.9
Hex66832F1604031512f23
Octal14620357260100611215743
Binary11001101000001110111110110010000001100011010001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66832F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66832F;
 }
 .AnyTagClassName
 {
   color: #66832F;
 }
</style>
background-color css

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

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

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

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

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

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