#608460

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

Shades of Hippie Green #608460

Tints of Hippie Green #608460

Color information

#608460 (or 0x608460) is unknown color: approx Hippie Green. HEX triplet: 60, 84 and 60. RGB value is (96,132,96). Sum of RGB (Red+Green+Blue) = 96+132+96=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #608460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608460 is #9F7B9F. Grayscale: #757575. Windows color (decimal): -10451872 or 6325344. OLE color: 6325344.

HSL color Cylindrical-coordinate representation of color #608460: 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.27%. Process color model (Four color, CMYK) of #608460 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB9613296-
CMYK0.2700.270.48
HSL120º15.79%44.71%-
HSV(B)120º27.27%51.76%-
XYZ15.1919.8314.09-
YUV117.13116.07112.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.63%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=29.63%
G=40.74%
B=29.63%

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
Decimal96132960.2700.270.4812015.7944.71
Hex6084601B01B3078102d
Octal14020414033033601702055
Binary110000010000100110000011011011011110000111100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608460; }

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

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

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

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

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

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

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

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