#66842F

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

Shades of Olive Drab #66842F

Tints of Olive Drab #66842F

Color information

#66842F (or 0x66842F) is unknown color: approx Olive Drab. HEX triplet: 66, 84 and 2F. RGB value is (102,132,47). Sum of RGB (Red+Green+Blue) = 102+132+47=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #66842F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66842F is #997BD0. Grayscale: #717171. Windows color (decimal): -10058705 or 3114086. OLE color: 3114086.

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

Color convert

RGB10213247-
CMYK0.2300.640.48
HSL81.18º47.49%35.1%-
HSV(B)81.18º64.39%51.76%-
XYZ14.2419.535.71-
YUV113.3490.56119.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 47 (18.75% from 255) = 16.73%
R=36.30%
G=46.98%
B=16.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132470.2300.640.4881.1847.4935.1
Hex66842F1704030512f23
Octal14620457270100601215743
Binary11001101000010010111110111010000001100001010001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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