#63810C

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

Shades of Olive Drab #63810C

Tints of Olive Drab #63810C

Color information

#63810C (or 0x63810C) is unknown color: approx Olive Drab. HEX triplet: 63, 81 and 0C. RGB value is (99,129,12). Sum of RGB (Red+Green+Blue) = 99+129+12=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #63810C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63810C is #9C7EF3. Grayscale: #6B6B6B. Windows color (decimal): -10256116 or 819555. OLE color: 819555.

HSL color Cylindrical-coordinate representation of color #63810C: hue angle of 75.38º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63810C is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB9912912-
CMYK0.2300.910.49
HSL75.38º82.98%27.65%-
HSV(B)75.38º90.7%50.59%-
XYZ13.0618.383.21-
YUV106.6974.56122.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.25%
GREEN value IS 129 (50.78% from 255) = 53.75%
BLUE value IS 12 (5.08% from 255) = 5%
R=41.25%
G=53.75%
B=5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99129120.2300.910.4975.3882.9827.65
Hex6381C1705B314b531c
Octal143201142701336111312334
Binary110001110000001110010111010110111100011001011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63810C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63810C; }

 p { color: rgb(99,129,12); }

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

<style>
 a { background-color: #63810C; }

 a { background-color: rgb(99,129,12); }

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

<style>
 span { border-color: #63810C; }

 span { border-color: rgb(99,129,12); }

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