#62940F

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

Shades of Olive Drab #62940F

Tints of Olive Drab #62940F

Color information

#62940F (or 0x62940F) is unknown color: approx Olive Drab. HEX triplet: 62, 94 and 0F. RGB value is (98,148,15). Sum of RGB (Red+Green+Blue) = 98+148+15=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #62940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62940F is #9D6BF0. Grayscale: #767676. Windows color (decimal): -10316785 or 1021026. OLE color: 1021026.

HSL color Cylindrical-coordinate representation of color #62940F: hue angle of 82.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62940F is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB9814815-
CMYK0.3400.900.42
HSL82.56º81.6%31.96%-
HSV(B)82.56º89.86%58.04%-
XYZ15.7123.814.22-
YUV117.8969.94113.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 148 (58.20% from 255) = 56.70%
BLUE value IS 15 (6.25% from 255) = 5.75%
R=37.55%
G=56.70%
B=5.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98148150.3400.900.4282.5681.631.96
Hex6294F2205A2A535220
Octal142224174201325212312240
Binary11000101001010011111000100101101010101010100111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62940F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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