#60975B

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

Shades of Hippie Green #60975B

Tints of Hippie Green #60975B

Color information

#60975B (or 0x60975B) is unknown color: approx Hippie Green. HEX triplet: 60, 97 and 5B. RGB value is (96,151,91). Sum of RGB (Red+Green+Blue) = 96+151+91=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #60975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60975B is #9F68A4. Grayscale: #7F7F7F. Windows color (decimal): -10447013 or 6002528. OLE color: 6002528.

HSL color Cylindrical-coordinate representation of color #60975B: hue angle of 115º 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 #60975B is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB9615191-
CMYK0.3600.400.41
HSL115º24.79%47.45%-
HSV(B)115º39.74%59.22%-
XYZ17.7825.3813.86-
YUV127.72107.28105.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.40%
GREEN value IS 151 (59.38% from 255) = 44.67%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=28.40%
G=44.67%
B=26.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96151910.3600.400.4111524.7947.45
Hex60975B240282973192f
Octal14022713344050511633157
Binary11000001001011110110111001000101000101001111001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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