#628027

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

Shades of Olive Drab #628027

Tints of Olive Drab #628027

Color information

#628027 (or 0x628027) is unknown color: approx Olive Drab. HEX triplet: 62, 80 and 27. RGB value is (98,128,39). Sum of RGB (Red+Green+Blue) = 98+128+39=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #628027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628027 is #9D7FD8. Grayscale: #6D6D6D. Windows color (decimal): -10321881 or 2588770. OLE color: 2588770.

HSL color Cylindrical-coordinate representation of color #628027: hue angle of 80.22º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #628027 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB9812839-
CMYK0.2300.700.50
HSL80.22º53.29%32.75%-
HSV(B)80.22º69.53%50.2%-
XYZ13.1218.184.74-
YUV108.8888.56120.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.98%
GREEN value IS 128 (50.39% from 255) = 48.30%
BLUE value IS 39 (15.62% from 255) = 14.72%
R=36.98%
G=48.30%
B=14.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98128390.2300.700.5080.2253.2932.75
Hex6280271704632503521
Octal14220047270106621206541
Binary11000101000000010011110111010001101100101010000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628027; }

 p { color: rgb(98,128,39); }

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

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

 a { background-color: rgb(98,128,39); }

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

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

 span { border-color: rgb(98,128,39); }

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