#62960E

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

Shades of Olive Drab #62960E

Tints of Olive Drab #62960E

Color information

#62960E (or 0x62960E) is unknown color: approx Olive Drab. HEX triplet: 62, 96 and 0E. RGB value is (98,150,14). Sum of RGB (Red+Green+Blue) = 98+150+14=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #62960E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62960E is #9D69F1. Grayscale: #777777. Windows color (decimal): -10316274 or 956002. OLE color: 956002.

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

Color convert

RGB9815014-
CMYK0.3500.910.41
HSL82.94º82.93%32.16%-
HSV(B)82.94º90.67%58.82%-
XYZ16.0224.444.29-
YUV118.9568.77113.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.40%
GREEN value IS 150 (58.98% from 255) = 57.25%
BLUE value IS 14 (5.86% from 255) = 5.34%
R=37.40%
G=57.25%
B=5.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98150140.3500.910.4182.9482.9332.16
Hex6296E2305B29535320
Octal142226164301335112312340
Binary11000101001011011101000110101101110100110100111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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