#62860C

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

Shades of Olive Drab #62860C

Tints of Olive Drab #62860C

Color information

#62860C (or 0x62860C) is unknown color: approx Olive Drab. HEX triplet: 62, 86 and 0C. RGB value is (98,134,12). Sum of RGB (Red+Green+Blue) = 98+134+12=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #62860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62860C is #9D79F3. Grayscale: #6D6D6D. Windows color (decimal): -10320372 or 820834. OLE color: 820834.

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

Color convert

RGB9813412-
CMYK0.2700.910.47
HSL77.7º83.56%28.63%-
HSV(B)77.7º91.04%52.55%-
XYZ13.6319.673.43-
YUV109.3373.07119.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.16%
GREEN value IS 134 (52.73% from 255) = 54.92%
BLUE value IS 12 (5.08% from 255) = 4.92%
R=40.16%
G=54.92%
B=4.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98134120.2700.910.4777.783.5628.63
Hex6286C1B05B2F4e541d
Octal142206143301335711612435
Binary110001010000110110011011010110111011111001110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62860C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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