#62821A

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

Shades of Olive Drab #62821A

Tints of Olive Drab #62821A

Color information

#62821A (or 0x62821A) is unknown color: approx Olive Drab. HEX triplet: 62, 82 and 1A. RGB value is (98,130,26). Sum of RGB (Red+Green+Blue) = 98+130+26=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #62821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62821A is #9D7DE5. Grayscale: #6C6C6C. Windows color (decimal): -10321382 or 1737314. OLE color: 1737314.

HSL color Cylindrical-coordinate representation of color #62821A: hue angle of 78.46º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62821A is Cyan = 0.25, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB9813026-
CMYK0.2500.80.49
HSL78.46º66.67%30.59%-
HSV(B)78.46º80%50.98%-
XYZ13.2118.643.88-
YUV108.5881.4120.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.58%
GREEN value IS 130 (51.17% from 255) = 51.18%
BLUE value IS 26 (10.55% from 255) = 10.24%
R=38.58%
G=51.18%
B=10.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130260.2500.80.4978.4666.6730.59
Hex62821A19050314e431f
Octal142202323101206111610337
Binary1100010100000101101011001010100001100011001110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,130,26); }

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

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

 a { background-color: rgb(98,130,26); }

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

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

 span { border-color: rgb(98,130,26); }

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