#628816

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

Shades of Olive Drab #628816

Tints of Olive Drab #628816

Color information

#628816 (or 0x628816) is unknown color: approx Olive Drab. HEX triplet: 62, 88 and 16. RGB value is (98,136,22). Sum of RGB (Red+Green+Blue) = 98+136+22=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #628816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628816 is #9D77E9. Grayscale: #707070. Windows color (decimal): -10319850 or 1476706. OLE color: 1476706.

HSL color Cylindrical-coordinate representation of color #628816: hue angle of 80º 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 #628816 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB9813622-
CMYK0.2800.840.47
HSL80º72.15%30.98%-
HSV(B)80º83.82%53.33%-
XYZ13.9920.263.93-
YUV111.6477.41118.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.28%
GREEN value IS 136 (53.52% from 255) = 53.12%
BLUE value IS 22 (8.98% from 255) = 8.59%
R=38.28%
G=53.12%
B=8.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98136220.2800.840.478072.1530.98
Hex6288161C0542F50481f
Octal142210263401245712011037
Binary1100010100010001011011100010101001011111010000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628816; }

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

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

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

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

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

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

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

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