#608661

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

Shades of Hippie Green #608661

Tints of Hippie Green #608661

Color information

#608661 (or 0x608661) is unknown color: approx Hippie Green. HEX triplet: 60, 86 and 61. RGB value is (96,134,97). Sum of RGB (Red+Green+Blue) = 96+134+97=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #608661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608661 is #9F799E. Grayscale: #767676. Windows color (decimal): -10451359 or 6391392. OLE color: 6391392.

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

Color convert

RGB9613497-
CMYK0.2800.280.47
HSL121.58º16.52%45.1%-
HSV(B)121.58º28.36%52.55%-
XYZ15.5120.414.43-
YUV118.42115.91112.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=29.36%
G=40.98%
B=29.66%

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
Decimal96134970.2800.280.47121.5816.5245.1
Hex6086611C01C2F7a112d
Octal14020614134034571722155
Binary110000010000110110000111100011100101111111101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608661; }

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

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

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

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

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

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

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

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