#63890A

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

Shades of Olive Drab #63890A

Tints of Olive Drab #63890A

Color information

#63890A (or 0x63890A) is unknown color: approx Olive Drab. HEX triplet: 63, 89 and 0A. RGB value is (99,137,10). Sum of RGB (Red+Green+Blue) = 99+137+10=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #63890A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63890A is #9C76F5. Grayscale: #6F6F6F. Windows color (decimal): -10254070 or 690531. OLE color: 690531.

HSL color Cylindrical-coordinate representation of color #63890A: hue angle of 77.95º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63890A is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB9913710-
CMYK0.2800.930.46
HSL77.95º86.39%28.82%-
HSV(B)77.95º92.7%53.73%-
XYZ14.1520.573.51-
YUV111.1670.91119.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 137 (53.91% from 255) = 55.69%
BLUE value IS 10 (4.30% from 255) = 4.07%
R=40.24%
G=55.69%
B=4.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99137100.2800.930.4677.9586.3928.82
Hex6389A1C05D2E4e561d
Octal143211123401355611612635
Binary110001110001001101011100010111011011101001110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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