#5A925F

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

Shades of Hippie Green #5A925F

Tints of Hippie Green #5A925F

Color information

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

HSL color Cylindrical-coordinate representation of color #5A925F: hue angle of 125.36º 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 #5A925F is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB9014695-
CMYK0.3800.350.43
HSL125.36º23.73%46.27%-
HSV(B)125.36º38.36%57.25%-
XYZ16.5623.5614.5-
YUV123.44111.95104.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90146950.3800.350.43125.3623.7346.27
Hex5A925F260232B7d182e
Octal13222213746043531753056
Binary10110101001001010111111001100100011101011111110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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