#62890C

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

Shades of Olive Drab #62890C

Tints of Olive Drab #62890C

Color information

#62890C (or 0x62890C) is unknown color: approx Olive Drab. HEX triplet: 62, 89 and 0C. RGB value is (98,137,12). Sum of RGB (Red+Green+Blue) = 98+137+12=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #62890C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62890C is #9D76F3. Grayscale: #6F6F6F. Windows color (decimal): -10319604 or 821602. OLE color: 821602.

HSL color Cylindrical-coordinate representation of color #62890C: hue angle of 78.72º 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 #62890C is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB9813712-
CMYK0.2800.910.46
HSL78.72º83.89%29.22%-
HSV(B)78.72º91.24%53.73%-
XYZ14.0520.513.57-
YUV111.0972.08118.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.68%
GREEN value IS 137 (53.91% from 255) = 55.47%
BLUE value IS 12 (5.08% from 255) = 4.86%
R=39.68%
G=55.47%
B=4.86%

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
Decimal98137120.2800.910.4678.7283.8929.22
Hex6289C1C05B2E4f541d
Octal142211143401335611712435
Binary110001010001001110011100010110111011101001111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62890C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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