#62910F

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

Shades of Olive Drab #62910F

Tints of Olive Drab #62910F

Color information

#62910F (or 0x62910F) is unknown color: approx Olive Drab. HEX triplet: 62, 91 and 0F. RGB value is (98,145,15). Sum of RGB (Red+Green+Blue) = 98+145+15=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #62910F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62910F is #9D6EF0. Grayscale: #747474. Windows color (decimal): -10317553 or 1020258. OLE color: 1020258.

HSL color Cylindrical-coordinate representation of color #62910F: hue angle of 81.69º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62910F is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB9814515-
CMYK0.3200.900.43
HSL81.69º81.25%31.37%-
HSV(B)81.69º89.66%56.86%-
XYZ15.2522.884.06-
YUV116.1370.93115.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 145 (57.03% from 255) = 56.20%
BLUE value IS 15 (6.25% from 255) = 5.81%
R=37.98%
G=56.20%
B=5.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal98145150.3200.900.4381.6981.2531.37
Hex6291F2005A2B52511f
Octal142221174001325312212137
Binary1100010100100011111100000010110101010111010010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62910F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,145,15); }

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

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

 a { background-color: rgb(98,145,15); }

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

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

 span { border-color: rgb(98,145,15); }

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