#5C9755

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

Shades of Hippie Green #5C9755

Tints of Hippie Green #5C9755

Color information

#5C9755 (or 0x5C9755) is unknown color: approx Hippie Green. HEX triplet: 5C, 97 and 55. RGB value is (92,151,85). Sum of RGB (Red+Green+Blue) = 92+151+85=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #5C9755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9755 is #A368AA. Grayscale: #7E7E7E. Windows color (decimal): -10709163 or 5609308. OLE color: 5609308.

HSL color Cylindrical-coordinate representation of color #5C9755: hue angle of 113.64º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C9755 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB9215185-
CMYK0.3900.440.41
HSL113.64º27.97%46.27%-
HSV(B)113.64º43.71%59.22%-
XYZ17.1225.0612.53-
YUV125.84104.95103.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.05%
GREEN value IS 151 (59.38% from 255) = 46.04%
BLUE value IS 85 (33.59% from 255) = 25.91%
R=28.05%
G=46.04%
B=25.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal92151850.3900.440.41113.6427.9746.27
Hex5C97552702C29721c2e
Octal13422712547054511623456
Binary10111001001011110101011001110101100101001111001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C9755; }

 p { color: rgb(92,151,85); }

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

<style>
 a { background-color: #5C9755; }

 a { background-color: rgb(92,151,85); }

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

<style>
 span { border-color: #5C9755; }

 span { border-color: rgb(92,151,85); }

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