#628212

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

Shades of Olive Drab #628212

Tints of Olive Drab #628212

Color information

#628212 (or 0x628212) is unknown color: approx Olive Drab. HEX triplet: 62, 82 and 12. RGB value is (98,130,18). Sum of RGB (Red+Green+Blue) = 98+130+18=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #628212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628212 is #9D7DED. Grayscale: #6C6C6C. Windows color (decimal): -10321390 or 1213026. OLE color: 1213026.

HSL color Cylindrical-coordinate representation of color #628212: hue angle of 77.14º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #628212 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB9813018-
CMYK0.2500.860.49
HSL77.14º75.68%29.02%-
HSV(B)77.14º86.15%50.98%-
XYZ13.1318.613.47-
YUV107.6677.4121.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.84%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=39.84%
G=52.85%
B=7.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130180.2500.860.4977.1475.6829.02
Hex62821219056314d4c1d
Octal142202223101266111511435
Binary1100010100000101001011001010101101100011001101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628212; }

 p { color: rgb(98,130,18); }

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

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

 a { background-color: rgb(98,130,18); }

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

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

 span { border-color: rgb(98,130,18); }

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