#65870E

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

Shades of Olive Drab #65870E

Tints of Olive Drab #65870E

Color information

#65870E (or 0x65870E) is unknown color: approx Olive Drab. HEX triplet: 65, 87 and 0E. RGB value is (101,135,14). Sum of RGB (Red+Green+Blue) = 101+135+14=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #65870E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65870E is #9A78F1. Grayscale: #6F6F6F. Windows color (decimal): -10123506 or 952165. OLE color: 952165.

HSL color Cylindrical-coordinate representation of color #65870E: hue angle of 76.86º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65870E is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB10113514-
CMYK0.2500.900.47
HSL76.86º81.21%29.22%-
HSV(B)76.86º89.63%52.94%-
XYZ14.1120.133.56-
YUV111.0473.24120.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.4%
GREEN value IS 135 (53.12% from 255) = 54%
BLUE value IS 14 (5.86% from 255) = 5.6%
R=40.4%
G=54%
B=5.6%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101135140.2500.900.4776.8681.2129.22
Hex6587E1905A2F4d511d
Octal145207163101325711512135
Binary110010110000111111011001010110101011111001101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65870E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65870E; }

 p { color: rgb(101,135,14); }

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

<style>
 a { background-color: #65870E; }

 a { background-color: rgb(101,135,14); }

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

<style>
 span { border-color: #65870E; }

 span { border-color: rgb(101,135,14); }

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