#65860E

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

Shades of Olive Drab #65860E

Tints of Olive Drab #65860E

Color information

#65860E (or 0x65860E) is unknown color: approx Olive Drab. HEX triplet: 65, 86 and 0E. RGB value is (101,134,14). Sum of RGB (Red+Green+Blue) = 101+134+14=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #65860E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65860E is #9A79F1. Grayscale: #6E6E6E. Windows color (decimal): -10123762 or 951909. OLE color: 951909.

HSL color Cylindrical-coordinate representation of color #65860E: hue angle of 76.5º 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 #65860E is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB10113414-
CMYK0.2500.900.47
HSL76.5º81.08%29.02%-
HSV(B)76.5º89.55%52.55%-
XYZ13.9719.853.51-
YUV110.4573.57121.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.56%
GREEN value IS 134 (52.73% from 255) = 53.82%
BLUE value IS 14 (5.86% from 255) = 5.62%
R=40.56%
G=53.82%
B=5.62%

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
Decimal101134140.2500.900.4776.581.0829.02
Hex6586E1905A2F4c511d
Octal145206163101325711412135
Binary110010110000110111011001010110101011111001100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65860E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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