#608F5B

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

Shades of Hippie Green #608F5B

Tints of Hippie Green #608F5B

Color information

#608F5B (or 0x608F5B) is unknown color: approx Hippie Green. HEX triplet: 60, 8F and 5B. RGB value is (96,143,91). Sum of RGB (Red+Green+Blue) = 96+143+91=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 143 - color contains mainly: green. Hex color #608F5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608F5B is #9F70A4. Grayscale: #7B7B7B. Windows color (decimal): -10449061 or 6000480. OLE color: 6000480.

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

Color convert

RGB9614391-
CMYK0.3300.360.44
HSL114.23º22.22%45.88%-
HSV(B)114.23º36.36%56.08%-
XYZ16.5322.8913.44-
YUV123.02109.93108.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 143 (56.25% from 255) = 43.33%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=29.09%
G=43.33%
B=27.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96143910.3300.360.44114.2322.2245.88
Hex608F5B210242C72162e
Octal14021713341044541622656
Binary11000001000111110110111000010100100101100111001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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