#757E20

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

Shades of Trendy Green #757E20

Tints of Trendy Green #757E20

Color information

#757E20 (or 0x757E20) is unknown color: approx Trendy Green. HEX triplet: 75, 7E and 20. RGB value is (117,126,32). Sum of RGB (Red+Green+Blue) = 117+126+32=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 126 - color contains mainly: green. Hex color #757E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757E20 is #8A81DF. Grayscale: #707070. Windows color (decimal): -9077216 or 2129525. OLE color: 2129525.

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

Color convert

RGB11712632-
CMYK0.0700.750.51
HSL65.74º59.49%30.98%-
HSV(B)65.74º74.6%49.41%-
XYZ15.0618.814.2-
YUV112.5982.52131.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 126 (49.61% from 255) = 45.82%
BLUE value IS 32 (12.89% from 255) = 11.64%
R=42.55%
G=45.82%
B=11.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117126320.0700.750.5165.7459.4930.98
Hex757E20704B33423b1f
Octal1651764070113631027337
Binary1110101111111010000011101001011110011100001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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