#757A27

Color #757A27 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #757A27

Tints of Trendy Green #757A27

Color information

#757A27 (or 0x757A27) is unknown color: approx Trendy Green. HEX triplet: 75, 7A and 27. RGB value is (117,122,39). Sum of RGB (Red+Green+Blue) = 117+122+39=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #757A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A27 is #8A85D8. Grayscale: #6F6F6F. Windows color (decimal): -9078233 or 2587253. OLE color: 2587253.

HSL color Cylindrical-coordinate representation of color #757A27: hue angle of 63.61º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #757A27 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB11712239-
CMYK0.0400.680.52
HSL63.61º51.55%31.57%-
HSV(B)63.61º68.03%47.84%-
XYZ14.6617.854.59-
YUV111.0487.34132.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 122 (48.05% from 255) = 43.88%
BLUE value IS 39 (15.62% from 255) = 14.03%
R=42.09%
G=43.88%
B=14.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117122390.0400.680.5263.6151.5531.57
Hex757A27404434403420
Octal1651724740104641006440
Binary11101011111010100111100010001001101001000000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757A27; }

 p { color: rgb(117,122,39); }

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

<style>
 a { background-color: #757A27; }

 a { background-color: rgb(117,122,39); }

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

<style>
 span { border-color: #757A27; }

 span { border-color: rgb(117,122,39); }

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