#62840A

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

Shades of Olive Drab #62840A

Tints of Olive Drab #62840A

Color information

#62840A (or 0x62840A) is unknown color: approx Olive Drab. HEX triplet: 62, 84 and 0A. RGB value is (98,132,10). Sum of RGB (Red+Green+Blue) = 98+132+10=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #62840A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62840A is #9D7BF5. Grayscale: #6C6C6C. Windows color (decimal): -10320886 or 689250. OLE color: 689250.

HSL color Cylindrical-coordinate representation of color #62840A: hue angle of 76.72º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62840A is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB9813210-
CMYK0.2600.920.48
HSL76.72º85.92%27.84%-
HSV(B)76.72º92.42%51.76%-
XYZ13.3419.123.27-
YUV107.9372.74120.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.83%
GREEN value IS 132 (51.95% from 255) = 55%
BLUE value IS 10 (4.30% from 255) = 4.17%
R=40.83%
G=55%
B=4.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98132100.2600.920.4876.7285.9227.84
Hex6284A1A05C304d561c
Octal142204123201346011512634
Binary110001010000100101011010010111001100001001101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62840A; }

 p { color: rgb(98,132,10); }

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

<style>
 a { background-color: #62840A; }

 a { background-color: rgb(98,132,10); }

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

<style>
 span { border-color: #62840A; }

 span { border-color: rgb(98,132,10); }

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