#63890C

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

Shades of Olive Drab #63890C

Tints of Olive Drab #63890C

Color information

#63890C (or 0x63890C) is unknown color: approx Olive Drab. HEX triplet: 63, 89 and 0C. RGB value is (99,137,12). Sum of RGB (Red+Green+Blue) = 99+137+12=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #63890C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63890C is #9C76F3. Grayscale: #6F6F6F. Windows color (decimal): -10254068 or 821603. OLE color: 821603.

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

Color convert

RGB9913712-
CMYK0.2800.910.46
HSL78.24º83.89%29.22%-
HSV(B)78.24º91.24%53.73%-
XYZ14.1620.573.57-
YUV111.3971.91119.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 137 (53.91% from 255) = 55.24%
BLUE value IS 12 (5.08% from 255) = 4.84%
R=39.92%
G=55.24%
B=4.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99137120.2800.910.4678.2483.8929.22
Hex6389C1C05B2E4e541d
Octal143211143401335611612435
Binary110001110001001110011100010110111011101001110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63890C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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