#757F36

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

Shades of Trendy Green #757F36

Tints of Trendy Green #757F36

Color information

#757F36 (or 0x757F36) is unknown color: approx Trendy Green. HEX triplet: 75, 7F and 36. RGB value is (117,127,54). Sum of RGB (Red+Green+Blue) = 117+127+54=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 127 - color contains mainly: green. Hex color #757F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757F36 is #8A80C9. Grayscale: #737373. Windows color (decimal): -9076938 or 3571573. OLE color: 3571573.

HSL color Cylindrical-coordinate representation of color #757F36: hue angle of 68.22º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #757F36 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB11712754-
CMYK0.0800.570.50
HSL68.22º40.33%35.49%-
HSV(B)68.22º57.48%49.8%-
XYZ15.5919.236.38-
YUV115.6993.19128.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 127 (50% from 255) = 42.62%
BLUE value IS 54 (21.48% from 255) = 18.12%
R=39.26%
G=42.62%
B=18.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117127540.0800.570.5068.2240.3335.49
Hex757F36803932442823
Octal1651776610071621045043
Binary11101011111111110110100001110011100101000100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,127,54); }

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

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

 a { background-color: rgb(117,127,54); }

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

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

 span { border-color: rgb(117,127,54); }

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