#60905E

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

Shades of Hippie Green #60905E

Tints of Hippie Green #60905E

Color information

#60905E (or 0x60905E) is unknown color: approx Hippie Green. HEX triplet: 60, 90 and 5E. RGB value is (96,144,94). Sum of RGB (Red+Green+Blue) = 96+144+94=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #60905E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60905E is #9F6FA1. Grayscale: #7C7C7C. Windows color (decimal): -10448802 or 6197344. OLE color: 6197344.

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

Color convert

RGB9614494-
CMYK0.3300.350.44
HSL117.6º21.01%46.67%-
HSV(B)117.6º34.72%56.47%-
XYZ16.8223.2414.19-
YUV123.95111.1108.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.74%
GREEN value IS 144 (56.64% from 255) = 43.11%
BLUE value IS 94 (37.11% from 255) = 28.14%
R=28.74%
G=43.11%
B=28.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96144940.3300.350.44117.621.0146.67
Hex60905E210232C76152f
Octal14022013641043541662557
Binary11000001001000010111101000010100011101100111011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60905E; }

 p { color: rgb(96,144,94); }

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

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

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

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

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

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

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