#628616

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

Shades of Olive Drab #628616

Tints of Olive Drab #628616

Color information

#628616 (or 0x628616) is unknown color: approx Olive Drab. HEX triplet: 62, 86 and 16. RGB value is (98,134,22). Sum of RGB (Red+Green+Blue) = 98+134+22=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #628616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628616 is #9D79E9. Grayscale: #6E6E6E. Windows color (decimal): -10320362 or 1476194. OLE color: 1476194.

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

Color convert

RGB9813422-
CMYK0.2700.840.47
HSL79.29º71.79%30.59%-
HSV(B)79.29º83.58%52.55%-
XYZ13.7119.73.84-
YUV110.4778.07119.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.58%
GREEN value IS 134 (52.73% from 255) = 52.76%
BLUE value IS 22 (8.98% from 255) = 8.66%
R=38.58%
G=52.76%
B=8.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98134220.2700.840.4779.2971.7930.59
Hex6286161B0542F4f481f
Octal142206263301245711711037
Binary1100010100001101011011011010101001011111001111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628616; }

 p { color: rgb(98,134,22); }

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

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

 a { background-color: rgb(98,134,22); }

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

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

 span { border-color: rgb(98,134,22); }

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