#60975A

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

Shades of Hippie Green #60975A

Tints of Hippie Green #60975A

Color information

#60975A (or 0x60975A) is unknown color: approx Hippie Green. HEX triplet: 60, 97 and 5A. RGB value is (96,151,90). Sum of RGB (Red+Green+Blue) = 96+151+90=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #60975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60975A is #9F68A5. Grayscale: #7F7F7F. Windows color (decimal): -10447014 or 5936992. OLE color: 5936992.

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

Color convert

RGB9615190-
CMYK0.3600.400.41
HSL114.1º25.31%47.25%-
HSV(B)114.1º40.4%59.22%-
XYZ17.7425.3613.63-
YUV127.6106.78105.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 151 (59.38% from 255) = 44.81%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=28.49%
G=44.81%
B=26.71%

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
Decimal96151900.3600.400.41114.125.3147.25
Hex60975A240282972192f
Octal14022713244050511623157
Binary11000001001011110110101001000101000101001111001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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