#62871F

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

Shades of Olive Drab #62871F

Tints of Olive Drab #62871F

Color information

#62871F (or 0x62871F) is unknown color: approx Olive Drab. HEX triplet: 62, 87 and 1F. RGB value is (98,135,31). Sum of RGB (Red+Green+Blue) = 98+135+31=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #62871F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62871F is #9D78E0. Grayscale: #707070. Windows color (decimal): -10320097 or 2066274. OLE color: 2066274.

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

Color convert

RGB9813531-
CMYK0.2700.770.47
HSL81.35º62.65%32.55%-
HSV(B)81.35º77.04%52.94%-
XYZ13.9520.024.43-
YUV112.0882.24117.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.12%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=37.12%
G=51.14%
B=11.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98135310.2700.770.4781.3562.6532.55
Hex62871F1B04D2F513f21
Octal14220737330115571217741
Binary1100010100001111111111011010011011011111010001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62871F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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