#5F925A

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

Shades of Hippie Green #5F925A

Tints of Hippie Green #5F925A

Color information

#5F925A (or 0x5F925A) is unknown color: approx Hippie Green. HEX triplet: 5F, 92 and 5A. RGB value is (95,146,90). Sum of RGB (Red+Green+Blue) = 95+146+90=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #5F925A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F925A is #A06DA5. Grayscale: #7C7C7C. Windows color (decimal): -10513830 or 5935711. OLE color: 5935711.

HSL color Cylindrical-coordinate representation of color #5F925A: hue angle of 114.64º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F925A is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB9514690-
CMYK0.3500.380.43
HSL114.64º23.73%46.27%-
HSV(B)114.64º38.36%57.25%-
XYZ16.8423.7313.37-
YUV124.37108.6107.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.70%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=28.70%
G=44.11%
B=27.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal95146900.3500.380.43114.6423.7346.27
Hex5F925A230262B73182e
Octal13722213243046531633056
Binary10111111001001010110101000110100110101011111001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,146,90); }

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

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

 a { background-color: rgb(95,146,90); }

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

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

 span { border-color: rgb(95,146,90); }

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