#608F5F

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

Shades of Hippie Green #608F5F

Tints of Hippie Green #608F5F

Color information

#608F5F (or 0x608F5F) is unknown color: approx Hippie Green. HEX triplet: 60, 8F and 5F. RGB value is (96,143,95). Sum of RGB (Red+Green+Blue) = 96+143+95=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 143 - color contains mainly: green. Hex color #608F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608F5F is #9F70A0. Grayscale: #7B7B7B. Windows color (decimal): -10449057 or 6262624. OLE color: 6262624.

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

Color convert

RGB9614395-
CMYK0.3300.340.44
HSL118.75º20.17%46.67%-
HSV(B)118.75º33.57%56.08%-
XYZ16.7122.9614.38-
YUV123.47111.93108.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.74%
GREEN value IS 143 (56.25% from 255) = 42.81%
BLUE value IS 95 (37.5% from 255) = 28.44%
R=28.74%
G=42.81%
B=28.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96143950.3300.340.44118.7520.1746.67
Hex608F5F210222C77142f
Octal14021713741042541672457
Binary11000001000111110111111000010100010101100111011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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