#63840C

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

Shades of Olive Drab #63840C

Tints of Olive Drab #63840C

Color information

#63840C (or 0x63840C) is unknown color: approx Olive Drab. HEX triplet: 63, 84 and 0C. RGB value is (99,132,12). Sum of RGB (Red+Green+Blue) = 99+132+12=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #63840C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63840C is #9C7BF3. Grayscale: #6C6C6C. Windows color (decimal): -10255348 or 820323. OLE color: 820323.

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

Color convert

RGB9913212-
CMYK0.2500.910.48
HSL76.5º83.33%28.24%-
HSV(B)76.5º90.91%51.76%-
XYZ13.4619.183.34-
YUV108.4573.57121.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.74%
GREEN value IS 132 (51.95% from 255) = 54.32%
BLUE value IS 12 (5.08% from 255) = 4.94%
R=40.74%
G=54.32%
B=4.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99132120.2500.910.4876.583.3328.24
Hex6384C1905B304c531c
Octal143204143101336011412334
Binary110001110000100110011001010110111100001001100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63840C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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