#64872D

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

Shades of Olive Drab #64872D

Tints of Olive Drab #64872D

Color information

#64872D (or 0x64872D) is unknown color: approx Olive Drab. HEX triplet: 64, 87 and 2D. RGB value is (100,135,45). Sum of RGB (Red+Green+Blue) = 100+135+45=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #64872D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64872D is #9B78D2. Grayscale: #727272. Windows color (decimal): -10189011 or 2983780. OLE color: 2983780.

HSL color Cylindrical-coordinate representation of color #64872D: hue angle of 83.33º 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 #64872D is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB10013545-
CMYK0.2600.670.47
HSL83.33º50%35.29%-
HSV(B)83.33º66.67%52.94%-
XYZ14.3920.235.63-
YUV114.2788.9117.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 135 (53.12% from 255) = 48.21%
BLUE value IS 45 (17.97% from 255) = 16.07%
R=35.71%
G=48.21%
B=16.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100135450.2600.670.4783.335035.29
Hex64872D1A0432F533223
Octal14420755320103571236243
Binary11001001000011110110111010010000111011111010011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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