#628060

Color #628060 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #628060

Tints of Hippie Green #628060

Color information

#628060 (or 0x628060) is unknown color: approx Hippie Green. HEX triplet: 62, 80 and 60. RGB value is (98,128,96). Sum of RGB (Red+Green+Blue) = 98+128+96=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #628060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628060 is #9D7F9F. Grayscale: #737373. Windows color (decimal): -10321824 or 6324322. OLE color: 6324322.

HSL color Cylindrical-coordinate representation of color #628060: hue angle of 116.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #628060 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB9812896-
CMYK0.2300.250.50
HSL116.25º14.29%43.92%-
HSV(B)116.25º25%50.2%-
XYZ14.8718.8813.93-
YUV115.38117.06115.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.43%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=30.43%
G=39.75%
B=29.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98128960.2300.250.50116.2514.2943.92
Hex628060170193274e2c
Octal14220014027031621641654
Binary11000101000000011000001011101100111001011101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628060; }

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

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

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

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

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

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

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

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