#60965A

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

Shades of Hippie Green #60965A

Tints of Hippie Green #60965A

Color information

#60965A (or 0x60965A) is unknown color: approx Hippie Green. HEX triplet: 60, 96 and 5A. RGB value is (96,150,90). Sum of RGB (Red+Green+Blue) = 96+150+90=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #60965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60965A is #9F69A5. Grayscale: #7F7F7F. Windows color (decimal): -10447270 or 5936736. OLE color: 5936736.

HSL color Cylindrical-coordinate representation of color #60965A: hue angle of 114º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60965A is Cyan = 0.36, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB9615090-
CMYK0.3600.40.41
HSL114º25%47.06%-
HSV(B)114º40%58.82%-
XYZ17.5825.0413.58-
YUV127.01107.11105.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.57%
GREEN value IS 150 (58.98% from 255) = 44.64%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=28.57%
G=44.64%
B=26.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96150900.3600.40.411142547.06
Hex60965A240282972192f
Octal14022613244050511623157
Binary11000001001011010110101001000101000101001111001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60965A; }

 p { color: rgb(96,150,90); }

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

<style>
 a { background-color: #60965A; }

 a { background-color: rgb(96,150,90); }

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

<style>
 span { border-color: #60965A; }

 span { border-color: rgb(96,150,90); }

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