#757E38

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

Shades of Trendy Green #757E38

Tints of Trendy Green #757E38

Color information

#757E38 (or 0x757E38) is unknown color: approx Trendy Green. HEX triplet: 75, 7E and 38. RGB value is (117,126,56). Sum of RGB (Red+Green+Blue) = 117+126+56=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 126 - color contains mainly: green. Hex color #757E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757E38 is #8A81C7. Grayscale: #737373. Windows color (decimal): -9077192 or 3702389. OLE color: 3702389.

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

Color convert

RGB11712656-
CMYK0.0700.560.51
HSL67.71º38.46%35.69%-
HSV(B)67.71º55.56%49.41%-
XYZ15.5118.996.59-
YUV115.3394.52129.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 126 (49.61% from 255) = 42.14%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=39.13%
G=42.14%
B=18.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117126560.0700.560.5167.7138.4635.69
Hex757E38703833442624
Octal165176707070631044644
Binary1110101111111011100011101110001100111000100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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