#62931A

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

Shades of Olive Drab #62931A

Tints of Olive Drab #62931A

Color information

#62931A (or 0x62931A) is unknown color: approx Olive Drab. HEX triplet: 62, 93 and 1A. RGB value is (98,147,26). Sum of RGB (Red+Green+Blue) = 98+147+26=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #62931A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62931A is #9D6CE5. Grayscale: #767676. Windows color (decimal): -10317030 or 1741666. OLE color: 1741666.

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

Color convert

RGB9814726-
CMYK0.3300.820.42
HSL84.3º69.94%33.92%-
HSV(B)84.3º82.31%57.65%-
XYZ15.6623.544.7-
YUV118.5675.77113.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.16%
GREEN value IS 147 (57.81% from 255) = 54.24%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=36.16%
G=54.24%
B=9.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98147260.3300.820.4284.369.9433.92
Hex62931A210522A544622
Octal142223324101225212410642
Binary110001010010011110101000010101001010101010101001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,147,26); }

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

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

 a { background-color: rgb(98,147,26); }

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

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

 span { border-color: rgb(98,147,26); }

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