#608560

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

Shades of Hippie Green #608560

Tints of Hippie Green #608560

Color information

#608560 (or 0x608560) is unknown color: approx Hippie Green. HEX triplet: 60, 85 and 60. RGB value is (96,133,96). Sum of RGB (Red+Green+Blue) = 96+133+96=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #608560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608560 is #9F7A9F. Grayscale: #757575. Windows color (decimal): -10451616 or 6325600. OLE color: 6325600.

HSL color Cylindrical-coordinate representation of color #608560: hue angle of 120º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608560 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB9613396-
CMYK0.2800.280.48
HSL120º16.16%44.9%-
HSV(B)120º27.82%52.16%-
XYZ15.3220.1114.14-
YUV117.72115.74112.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=29.54%
G=40.92%
B=29.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96133960.2800.280.4812016.1644.9
Hex6085601C01C3078102d
Octal14020514034034601702055
Binary110000010000101110000011100011100110000111100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608560; }

 p { color: rgb(96,133,96); }

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

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

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

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

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

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

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