#62841F

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

Shades of Olive Drab #62841F

Tints of Olive Drab #62841F

Color information

#62841F (or 0x62841F) is unknown color: approx Olive Drab. HEX triplet: 62, 84 and 1F. RGB value is (98,132,31). Sum of RGB (Red+Green+Blue) = 98+132+31=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #62841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62841F is #9D7BE0. Grayscale: #6E6E6E. Windows color (decimal): -10320865 or 2065506. OLE color: 2065506.

HSL color Cylindrical-coordinate representation of color #62841F: hue angle of 80.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62841F is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB9813231-
CMYK0.2600.770.48
HSL80.2º61.96%31.96%-
HSV(B)80.2º76.52%51.76%-
XYZ13.5419.24.29-
YUV110.3283.24119.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 132 (51.95% from 255) = 50.57%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=37.55%
G=50.57%
B=11.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98132310.2600.770.4880.261.9631.96
Hex62841F1A04D30503e20
Octal14220437320115601207640
Binary1100010100001001111111010010011011100001010000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62841F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62841F; }

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

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

<style>
 a { background-color: #62841F; }

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

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

<style>
 span { border-color: #62841F; }

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

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