#608561

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

Shades of Hippie Green #608561

Tints of Hippie Green #608561

Color information

#608561 (or 0x608561) is unknown color: approx Hippie Green. HEX triplet: 60, 85 and 61. RGB value is (96,133,97). Sum of RGB (Red+Green+Blue) = 96+133+97=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #608561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608561 is #9F7A9E. Grayscale: #757575. Windows color (decimal): -10451615 or 6391136. OLE color: 6391136.

HSL color Cylindrical-coordinate representation of color #608561: hue angle of 121.62º 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 #608561 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB9613397-
CMYK0.2800.270.48
HSL121.62º16.16%44.9%-
HSV(B)121.62º27.82%52.16%-
XYZ15.3720.1214.38-
YUV117.83116.24112.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=29.45%
G=40.80%
B=29.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96133970.2800.270.48121.6216.1644.9
Hex6085611C01B307a102d
Octal14020514134033601722055
Binary110000010000101110000111100011011110000111101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608561; }

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

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

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

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

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

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

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

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