#62940A

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

Shades of Olive Drab #62940A

Tints of Olive Drab #62940A

Color information

#62940A (or 0x62940A) is unknown color: approx Olive Drab. HEX triplet: 62, 94 and 0A. RGB value is (98,148,10). Sum of RGB (Red+Green+Blue) = 98+148+10=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #62940A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62940A is #9D6BF5. Grayscale: #757575. Windows color (decimal): -10316790 or 693346. OLE color: 693346.

HSL color Cylindrical-coordinate representation of color #62940A: hue angle of 81.74º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62940A is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB9814810-
CMYK0.3400.930.42
HSL81.74º87.34%30.98%-
HSV(B)81.74º93.24%58.04%-
XYZ15.6823.84.05-
YUV117.3267.44114.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.28%
GREEN value IS 148 (58.20% from 255) = 57.81%
BLUE value IS 10 (4.30% from 255) = 3.91%
R=38.28%
G=57.81%
B=3.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98148100.3400.930.4281.7487.3430.98
Hex6294A2205D2A52571f
Octal142224124201355212212737
Binary1100010100101001010100010010111011010101010010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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