#62840B

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

Shades of Olive Drab #62840B

Tints of Olive Drab #62840B

Color information

#62840B (or 0x62840B) is unknown color: approx Olive Drab. HEX triplet: 62, 84 and 0B. RGB value is (98,132,11). Sum of RGB (Red+Green+Blue) = 98+132+11=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #62840B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62840B is #9D7BF4. Grayscale: #6C6C6C. Windows color (decimal): -10320885 or 754786. OLE color: 754786.

HSL color Cylindrical-coordinate representation of color #62840B: hue angle of 76.86º degrees, saturation: 0.85, 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 #62840B is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB9813211-
CMYK0.2600.920.48
HSL76.86º84.62%28.04%-
HSV(B)76.86º91.67%51.76%-
XYZ13.3519.123.3-
YUV108.0473.24120.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.66%
GREEN value IS 132 (51.95% from 255) = 54.77%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=40.66%
G=54.77%
B=4.56%

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
Decimal98132110.2600.920.4876.8684.6228.04
Hex6284B1A05C304d551c
Octal142204133201346011512534
Binary110001010000100101111010010111001100001001101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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