#62940E

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

Shades of Olive Drab #62940E

Tints of Olive Drab #62940E

Color information

#62940E (or 0x62940E) is unknown color: approx Olive Drab. HEX triplet: 62, 94 and 0E. RGB value is (98,148,14). Sum of RGB (Red+Green+Blue) = 98+148+14=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #62940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62940E is #9D6BF1. Grayscale: #767676. Windows color (decimal): -10316786 or 955490. OLE color: 955490.

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

Color convert

RGB9814814-
CMYK0.3400.910.42
HSL82.39º82.72%31.76%-
HSV(B)82.39º90.54%58.04%-
XYZ15.7123.814.18-
YUV117.7769.44113.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.69%
GREEN value IS 148 (58.20% from 255) = 56.92%
BLUE value IS 14 (5.86% from 255) = 5.38%
R=37.69%
G=56.92%
B=5.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98148140.3400.910.4282.3982.7231.76
Hex6294E2205B2A525320
Octal142224164201335212212340
Binary11000101001010011101000100101101110101010100101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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