#64871c

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

Shades of Olive Drab #64871C

Tints of Olive Drab #64871C

Color information

#64871C (or 0x64871C) is unknown color: approx Olive Drab. HEX triplet: 64, 87 and 1C. RGB value is (100,135,28). Sum of RGB (Red+Green+Blue) = 100+135+28=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #64871C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64871C is #9B78E3. Grayscale: #707070. Windows color (decimal): -10189028 or 1869668. OLE color: 1869668.

HSL color Cylindrical-coordinate representation of color #64871C: hue angle of 79.63º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64871C is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB10013528-
CMYK0.2600.790.47
HSL79.63º65.64%31.96%-
HSV(B)79.63º79.26%52.94%-
XYZ14.1320.124.24-
YUV112.3480.4119.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.02%
GREEN value IS 135 (53.12% from 255) = 51.33%
BLUE value IS 28 (11.33% from 255) = 10.65%
R=38.02%
G=51.33%
B=10.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100135280.2600.790.4779.6365.6431.96
Hex64871C1A04F2F504220
Octal144207343201175712010240
Binary11001001000011111100110100100111110111110100001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64871c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64871c; }

 p { color: rgb(100,135,28); }

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

<style>
 a { background-color: #64871c; }

 a { background-color: rgb(100,135,28); }

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

<style>
 span { border-color: #64871c; }

 span { border-color: rgb(100,135,28); }

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