#60905B

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

Shades of Hippie Green #60905B

Tints of Hippie Green #60905B

Color information

#60905B (or 0x60905B) is unknown color: approx Hippie Green. HEX triplet: 60, 90 and 5B. RGB value is (96,144,91). Sum of RGB (Red+Green+Blue) = 96+144+91=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #60905B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60905B is #9F6FA4. Grayscale: #7B7B7B. Windows color (decimal): -10448805 or 6000736. OLE color: 6000736.

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

Color convert

RGB9614491-
CMYK0.3300.370.44
HSL114.34º22.55%46.08%-
HSV(B)114.34º36.81%56.47%-
XYZ16.6923.1913.49-
YUV123.61109.6108.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=29.00%
G=43.50%
B=27.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96144910.3300.370.44114.3422.5546.08
Hex60905B210252C72172e
Octal14022013341045541622756
Binary11000001001000010110111000010100101101100111001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60905B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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