#66871F

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

Shades of Olive Drab #66871F

Tints of Olive Drab #66871F

Color information

#66871F (or 0x66871F) is unknown color: approx Olive Drab. HEX triplet: 66, 87 and 1F. RGB value is (102,135,31). Sum of RGB (Red+Green+Blue) = 102+135+31=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #66871F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66871F is #9978E0. Grayscale: #717171. Windows color (decimal): -10057953 or 2066278. OLE color: 2066278.

HSL color Cylindrical-coordinate representation of color #66871F: hue angle of 79.04º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66871F is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB10213531-
CMYK0.2400.770.47
HSL79.04º62.65%32.55%-
HSV(B)79.04º77.04%52.94%-
XYZ14.3920.254.45-
YUV113.2881.57119.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 135 (53.12% from 255) = 50.37%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=38.06%
G=50.37%
B=11.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135310.2400.770.4779.0462.6532.55
Hex66871F1804D2F4f3f21
Octal14620737300115571177741
Binary1100110100001111111111000010011011011111001111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66871F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,135,31); }

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

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

 a { background-color: rgb(102,135,31); }

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

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

 span { border-color: rgb(102,135,31); }

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