#628312

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

Shades of Olive Drab #628312

Tints of Olive Drab #628312

Color information

#628312 (or 0x628312) is unknown color: approx Olive Drab. HEX triplet: 62, 83 and 12. RGB value is (98,131,18). Sum of RGB (Red+Green+Blue) = 98+131+18=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #628312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628312 is #9D7CED. Grayscale: #6C6C6C. Windows color (decimal): -10321134 or 1213282. OLE color: 1213282.

HSL color Cylindrical-coordinate representation of color #628312: hue angle of 77.52º 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 #628312 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB9813118-
CMYK0.2500.860.49
HSL77.52º75.84%29.22%-
HSV(B)77.52º86.26%51.37%-
XYZ13.2618.873.52-
YUV108.2577.07120.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.68%
GREEN value IS 131 (51.56% from 255) = 53.04%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=39.68%
G=53.04%
B=7.29%

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
Decimal98131180.2500.860.4977.5275.8429.22
Hex62831219056314e4c1d
Octal142203223101266111611435
Binary1100010100000111001011001010101101100011001110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628312; }

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

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

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

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

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

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

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

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