#629510

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

Shades of Olive Drab #629510

Tints of Olive Drab #629510

Color information

#629510 (or 0x629510) is unknown color: approx Olive Drab. HEX triplet: 62, 95 and 10. RGB value is (98,149,16). Sum of RGB (Red+Green+Blue) = 98+149+16=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #629510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629510 is #9D6AEF. Grayscale: #777777. Windows color (decimal): -10316528 or 1086818. OLE color: 1086818.

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

Color convert

RGB9814916-
CMYK0.3400.890.42
HSL83.01º80.61%32.35%-
HSV(B)83.01º89.26%58.43%-
XYZ15.8824.134.31-
YUV118.5970.1113.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.26%
GREEN value IS 149 (58.59% from 255) = 56.65%
BLUE value IS 16 (6.64% from 255) = 6.08%
R=37.26%
G=56.65%
B=6.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98149160.3400.890.4283.0180.6132.35
Hex629510220592A535120
Octal142225204201315212312140
Binary110001010010101100001000100101100110101010100111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629510; }

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

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

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

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

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

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

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

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