#63860E

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

Shades of Olive Drab #63860E

Tints of Olive Drab #63860E

Color information

#63860E (or 0x63860E) is unknown color: approx Olive Drab. HEX triplet: 63, 86 and 0E. RGB value is (99,134,14). Sum of RGB (Red+Green+Blue) = 99+134+14=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #63860E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63860E is #9C79F1. Grayscale: #6E6E6E. Windows color (decimal): -10254834 or 951907. OLE color: 951907.

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

Color convert

RGB9913414-
CMYK0.2600.900.47
HSL77.5º81.08%29.02%-
HSV(B)77.5º89.55%52.55%-
XYZ13.7519.733.5-
YUV109.8673.9120.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 134 (52.73% from 255) = 54.25%
BLUE value IS 14 (5.86% from 255) = 5.67%
R=40.08%
G=54.25%
B=5.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99134140.2600.900.4777.581.0829.02
Hex6386E1A05A2F4e511d
Octal143206163201325711612135
Binary110001110000110111011010010110101011111001110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63860E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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