#608F62

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

Shades of Hippie Green #608F62

Tints of Hippie Green #608F62

Color information

#608F62 (or 0x608F62) is unknown color: approx Hippie Green. HEX triplet: 60, 8F and 62. RGB value is (96,143,98). Sum of RGB (Red+Green+Blue) = 96+143+98=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 143 - color contains mainly: green. Hex color #608F62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608F62 is #9F709D. Grayscale: #7B7B7B. Windows color (decimal): -10449054 or 6459232. OLE color: 6459232.

HSL color Cylindrical-coordinate representation of color #608F62: hue angle of 122.55º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #608F62 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB9614398-
CMYK0.3300.310.44
HSL122.55º19.67%46.86%-
HSV(B)122.55º32.87%56.08%-
XYZ16.8523.0115.11-
YUV123.82113.43108.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 143 (56.25% from 255) = 42.43%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=28.49%
G=42.43%
B=29.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96143980.3300.310.44122.5519.6746.86
Hex608F622101F2C7b142f
Octal14021714241037541732457
Binary1100000100011111100010100001011111101100111101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608F62; }

 p { color: rgb(96,143,98); }

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

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

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

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

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

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

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