#60945F

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

Shades of Hippie Green #60945F

Tints of Hippie Green #60945F

Color information

#60945F (or 0x60945F) is unknown color: approx Hippie Green. HEX triplet: 60, 94 and 5F. RGB value is (96,148,95). Sum of RGB (Red+Green+Blue) = 96+148+95=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #60945F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60945F is #9F6BA0. Grayscale: #7E7E7E. Windows color (decimal): -10447777 or 6263904. OLE color: 6263904.

HSL color Cylindrical-coordinate representation of color #60945F: hue angle of 118.87º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60945F is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB9614895-
CMYK0.3500.360.42
HSL118.87º21.81%47.65%-
HSV(B)118.87º35.81%58.04%-
XYZ17.4824.4914.63-
YUV126.41110.27106.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=28.32%
G=43.66%
B=28.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96148950.3500.360.42118.8721.8147.65
Hex60945F230242A771630
Octal14022413743044521672660
Binary11000001001010010111111000110100100101010111011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60945F; }

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

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

<style>
 a { background-color: #60945F; }

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

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

<style>
 span { border-color: #60945F; }

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

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