#62861E

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

Shades of Olive Drab #62861E

Tints of Olive Drab #62861E

Color information

#62861E (or 0x62861E) is unknown color: approx Olive Drab. HEX triplet: 62, 86 and 1E. RGB value is (98,134,30). Sum of RGB (Red+Green+Blue) = 98+134+30=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #62861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62861E is #9D79E1. Grayscale: #6F6F6F. Windows color (decimal): -10320354 or 2000482. OLE color: 2000482.

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

Color convert

RGB9813430-
CMYK0.2700.780.47
HSL80.77º63.41%32.16%-
HSV(B)80.77º77.61%52.55%-
XYZ13.819.744.31-
YUV111.3882.07118.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.40%
GREEN value IS 134 (52.73% from 255) = 51.15%
BLUE value IS 30 (12.11% from 255) = 11.45%
R=37.40%
G=51.15%
B=11.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98134300.2700.780.4780.7763.4132.16
Hex62861E1B04E2F513f20
Octal14220636330116571217740
Binary1100010100001101111011011010011101011111010001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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