#63980A

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

Shades of Olive Drab #63980A

Tints of Olive Drab #63980A

Color information

#63980A (or 0x63980A) is unknown color: approx Olive Drab. HEX triplet: 63, 98 and 0A. RGB value is (99,152,10). Sum of RGB (Red+Green+Blue) = 99+152+10=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #63980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63980A is #9C67F5. Grayscale: #787878. Windows color (decimal): -10250230 or 694371. OLE color: 694371.

HSL color Cylindrical-coordinate representation of color #63980A: hue angle of 82.39º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63980A is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB9915210-
CMYK0.3500.930.40
HSL82.39º87.65%31.76%-
HSV(B)82.39º93.42%59.61%-
XYZ16.4325.134.27-
YUV119.9665.94113.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 152 (59.77% from 255) = 58.24%
BLUE value IS 10 (4.30% from 255) = 3.83%
R=37.93%
G=58.24%
B=3.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99152100.3500.930.4082.3987.6531.76
Hex6398A2305D28525820
Octal143230124301355012213040
Binary11000111001100010101000110101110110100010100101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63980A; }

 p { color: rgb(99,152,10); }

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

<style>
 a { background-color: #63980A; }

 a { background-color: rgb(99,152,10); }

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

<style>
 span { border-color: #63980A; }

 span { border-color: rgb(99,152,10); }

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