#757C2B

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

Shades of Trendy Green #757C2B

Tints of Trendy Green #757C2B

Color information

#757C2B (or 0x757C2B) is unknown color: approx Trendy Green. HEX triplet: 75, 7C and 2B. RGB value is (117,124,43). Sum of RGB (Red+Green+Blue) = 117+124+43=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #757C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757C2B is #8A83D4. Grayscale: #707070. Windows color (decimal): -9077717 or 2849909. OLE color: 2849909.

HSL color Cylindrical-coordinate representation of color #757C2B: hue angle of 65.19º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #757C2B is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB11712443-
CMYK0.0600.650.51
HSL65.19º48.5%32.75%-
HSV(B)65.19º65.32%48.63%-
XYZ14.9818.375.04-
YUV112.6788.68131.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 124 (48.83% from 255) = 43.66%
BLUE value IS 43 (17.19% from 255) = 15.14%
R=41.20%
G=43.66%
B=15.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117124430.0600.650.5165.1948.532.75
Hex757C2B604133413121
Octal1651745360101631016141
Binary11101011111100101011110010000011100111000001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,124,43); }

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

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

 a { background-color: rgb(117,124,43); }

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

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

 span { border-color: rgb(117,124,43); }

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