#63840E

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

Shades of Olive Drab #63840E

Tints of Olive Drab #63840E

Color information

#63840E (or 0x63840E) is unknown color: approx Olive Drab. HEX triplet: 63, 84 and 0E. RGB value is (99,132,14). Sum of RGB (Red+Green+Blue) = 99+132+14=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #63840E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63840E is #9C7BF1. Grayscale: #6D6D6D. Windows color (decimal): -10255346 or 951395. OLE color: 951395.

HSL color Cylindrical-coordinate representation of color #63840E: hue angle of 76.78º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63840E is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB9913214-
CMYK0.2500.890.48
HSL76.78º80.82%28.63%-
HSV(B)76.78º89.39%51.76%-
XYZ13.4819.193.41-
YUV108.6874.57121.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 132 (51.95% from 255) = 53.88%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=40.41%
G=53.88%
B=5.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99132140.2500.890.4876.7880.8228.63
Hex6384E19059304d511d
Octal143204163101316011512135
Binary110001110000100111011001010110011100001001101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63840E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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