#62900E

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

Shades of Olive Drab #62900E

Tints of Olive Drab #62900E

Color information

#62900E (or 0x62900E) is unknown color: approx Olive Drab. HEX triplet: 62, 90 and 0E. RGB value is (98,144,14). Sum of RGB (Red+Green+Blue) = 98+144+14=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #62900E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62900E is #9D6FF1. Grayscale: #737373. Windows color (decimal): -10317810 or 954466. OLE color: 954466.

HSL color Cylindrical-coordinate representation of color #62900E: hue angle of 81.23º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62900E is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB9814414-
CMYK0.3200.900.44
HSL81.23º82.28%30.98%-
HSV(B)81.23º90.28%56.47%-
XYZ15.0922.573.98-
YUV115.4370.76115.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.28%
GREEN value IS 144 (56.64% from 255) = 56.25%
BLUE value IS 14 (5.86% from 255) = 5.47%
R=38.28%
G=56.25%
B=5.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98144140.3200.900.4481.2382.2830.98
Hex6290E2005A2C51521f
Octal142220164001325412112237
Binary1100010100100001110100000010110101011001010001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62900E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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