#60945B

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

Shades of Hippie Green #60945B

Tints of Hippie Green #60945B

Color information

#60945B (or 0x60945B) is unknown color: approx Hippie Green. HEX triplet: 60, 94 and 5B. RGB value is (96,148,91). Sum of RGB (Red+Green+Blue) = 96+148+91=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #60945B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60945B is #9F6BA4. Grayscale: #7E7E7E. Windows color (decimal): -10447781 or 6001760. OLE color: 6001760.

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

Color convert

RGB9614891-
CMYK0.3500.390.42
HSL114.74º23.85%46.86%-
HSV(B)114.74º38.51%58.04%-
XYZ17.324.4213.7-
YUV125.95108.27106.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 148 (58.20% from 255) = 44.18%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=28.66%
G=44.18%
B=27.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96148910.3500.390.42114.7423.8546.86
Hex60945B230272A73182f
Octal14022413343047521633057
Binary11000001001010010110111000110100111101010111001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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