#608461

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

Shades of Hippie Green #608461

Tints of Hippie Green #608461

Color information

#608461 (or 0x608461) is unknown color: approx Hippie Green. HEX triplet: 60, 84 and 61. RGB value is (96,132,97). Sum of RGB (Red+Green+Blue) = 96+132+97=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #608461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608461 is #9F7B9E. Grayscale: #757575. Windows color (decimal): -10451871 or 6390880. OLE color: 6390880.

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

Color convert

RGB9613297-
CMYK0.2700.270.48
HSL121.67º15.79%44.71%-
HSV(B)121.67º27.27%51.76%-
XYZ15.2319.8514.34-
YUV117.25116.57112.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=29.54%
G=40.62%
B=29.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96132970.2700.270.48121.6715.7944.71
Hex6084611B01B307a102d
Octal14020414133033601722055
Binary110000010000100110000111011011011110000111101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608461; }

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

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

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

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

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

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

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

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