#62861C

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

Shades of Olive Drab #62861C

Tints of Olive Drab #62861C

Color information

#62861C (or 0x62861C) is unknown color: approx Olive Drab. HEX triplet: 62, 86 and 1C. RGB value is (98,134,28). Sum of RGB (Red+Green+Blue) = 98+134+28=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #62861C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62861C is #9D79E3. Grayscale: #6F6F6F. Windows color (decimal): -10320356 or 1869410. OLE color: 1869410.

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

Color convert

RGB9813428-
CMYK0.2700.790.47
HSL80.38º65.43%31.76%-
HSV(B)80.38º79.1%52.55%-
XYZ13.7719.734.18-
YUV111.1581.07118.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.69%
GREEN value IS 134 (52.73% from 255) = 51.54%
BLUE value IS 28 (11.33% from 255) = 10.77%
R=37.69%
G=51.54%
B=10.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98134280.2700.790.4780.3865.4331.76
Hex62861C1B04F2F504120
Octal142206343301175712010140
Binary11000101000011011100110110100111110111110100001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62861C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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