#63990C

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

Shades of Olive Drab #63990C

Tints of Olive Drab #63990C

Color information

#63990C (or 0x63990C) is unknown color: approx Olive Drab. HEX triplet: 63, 99 and 0C. RGB value is (99,153,12). Sum of RGB (Red+Green+Blue) = 99+153+12=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 153 (60.16% from 255 or 57.95% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 153 - color contains mainly: green. Hex color #63990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63990C is #9C66F3. Grayscale: #797979. Windows color (decimal): -10249972 or 825699. OLE color: 825699.

HSL color Cylindrical-coordinate representation of color #63990C: hue angle of 82.98º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63990C is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB9915312-
CMYK0.3500.920.4
HSL82.98º85.45%32.35%-
HSV(B)82.98º92.16%60%-
XYZ16.625.464.39-
YUV120.7866.61112.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 153 (60.16% from 255) = 57.95%
BLUE value IS 12 (5.08% from 255) = 4.55%
R=37.5%
G=57.95%
B=4.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal99153120.3500.920.482.9885.4532.35
Hex6399C2305C28535520
Octal143231144301345012312540
Binary11000111001100111001000110101110010100010100111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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