#628710

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

Shades of Olive Drab #628710

Tints of Olive Drab #628710

Color information

#628710 (or 0x628710) is unknown color: approx Olive Drab. HEX triplet: 62, 87 and 10. RGB value is (98,135,16). Sum of RGB (Red+Green+Blue) = 98+135+16=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #628710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628710 is #9D78EF. Grayscale: #6E6E6E. Windows color (decimal): -10320112 or 1083234. OLE color: 1083234.

HSL color Cylindrical-coordinate representation of color #628710: hue angle of 78.66º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #628710 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB9813516-
CMYK0.2700.880.47
HSL78.66º78.81%29.61%-
HSV(B)78.66º88.15%52.94%-
XYZ13.7919.963.62-
YUV110.3774.74119.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 135 (53.12% from 255) = 54.22%
BLUE value IS 16 (6.64% from 255) = 6.43%
R=39.36%
G=54.22%
B=6.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98135160.2700.880.4778.6678.8129.61
Hex6287101B0582F4f4f1e
Octal142207203301305711711736
Binary1100010100001111000011011010110001011111001111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628710; }

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

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

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

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

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

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

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

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