#608660

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

Shades of Hippie Green #608660

Tints of Hippie Green #608660

Color information

#608660 (or 0x608660) is unknown color: approx Hippie Green. HEX triplet: 60, 86 and 60. RGB value is (96,134,96). Sum of RGB (Red+Green+Blue) = 96+134+96=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #608660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608660 is #9F799F. Grayscale: #767676. Windows color (decimal): -10451360 or 6325856. OLE color: 6325856.

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

Color convert

RGB9613496-
CMYK0.2800.280.47
HSL120º16.52%45.1%-
HSV(B)120º28.36%52.55%-
XYZ15.4620.3814.19-
YUV118.31115.41112.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=29.45%
G=41.10%
B=29.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96134960.2800.280.4712016.5245.1
Hex6086601C01C2F78112d
Octal14020614034034571702155
Binary110000010000110110000011100011100101111111100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608660; }

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

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

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

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

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

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

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

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