#63870D

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

Shades of Olive Drab #63870D

Tints of Olive Drab #63870D

Color information

#63870D (or 0x63870D) is unknown color: approx Olive Drab. HEX triplet: 63, 87 and 0D. RGB value is (99,135,13). Sum of RGB (Red+Green+Blue) = 99+135+13=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #63870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63870D is #9C78F2. Grayscale: #6E6E6E. Windows color (decimal): -10254579 or 886627. OLE color: 886627.

HSL color Cylindrical-coordinate representation of color #63870D: hue angle of 77.7º degrees, saturation: 0.82, 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 #63870D is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB9913513-
CMYK0.2700.900.47
HSL77.7º82.43%29.02%-
HSV(B)77.7º90.37%52.94%-
XYZ13.8820.013.51-
YUV110.3373.07119.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 135 (53.12% from 255) = 54.66%
BLUE value IS 13 (5.47% from 255) = 5.26%
R=40.08%
G=54.66%
B=5.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99135130.2700.900.4777.782.4329.02
Hex6387D1B05A2F4e521d
Octal143207153301325711612235
Binary110001110000111110111011010110101011111001110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,135,13); }

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

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

 a { background-color: rgb(99,135,13); }

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

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

 span { border-color: rgb(99,135,13); }

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