#629518

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

Shades of Olive Drab #629518

Tints of Olive Drab #629518

Color information

#629518 (or 0x629518) is unknown color: approx Olive Drab. HEX triplet: 62, 95 and 18. RGB value is (98,149,24). Sum of RGB (Red+Green+Blue) = 98+149+24=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #629518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629518 is #9D6AE7. Grayscale: #777777. Windows color (decimal): -10316520 or 1611106. OLE color: 1611106.

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

Color convert

RGB9814924-
CMYK0.3400.840.42
HSL84.48º72.25%33.92%-
HSV(B)84.48º83.89%58.43%-
XYZ15.9524.164.69-
YUV119.574.1112.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.16%
GREEN value IS 149 (58.59% from 255) = 54.98%
BLUE value IS 24 (9.77% from 255) = 8.86%
R=36.16%
G=54.98%
B=8.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98149240.3400.840.4284.4872.2533.92
Hex629518220542A544822
Octal142225304201245212411042
Binary110001010010101110001000100101010010101010101001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629518; }

 p { color: rgb(98,149,24); }

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

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

 a { background-color: rgb(98,149,24); }

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

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

 span { border-color: rgb(98,149,24); }

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