#757E36

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

Shades of Trendy Green #757E36

Tints of Trendy Green #757E36

Color information

#757E36 (or 0x757E36) is unknown color: approx Trendy Green. HEX triplet: 75, 7E and 36. RGB value is (117,126,54). Sum of RGB (Red+Green+Blue) = 117+126+54=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 126 - color contains mainly: green. Hex color #757E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757E36 is #8A81C9. Grayscale: #737373. Windows color (decimal): -9077194 or 3571317. OLE color: 3571317.

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

Color convert

RGB11712654-
CMYK0.0700.570.51
HSL67.5º40%35.29%-
HSV(B)67.5º57.14%49.41%-
XYZ15.4618.976.34-
YUV115.193.52129.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 126 (49.61% from 255) = 42.42%
BLUE value IS 54 (21.48% from 255) = 18.18%
R=39.39%
G=42.42%
B=18.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117126540.0700.570.5167.54035.29
Hex757E36703933442823
Octal165176667071631045043
Binary1110101111111011011011101110011100111000100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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