#757C26

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

Shades of Trendy Green #757C26

Tints of Trendy Green #757C26

Color information

#757C26 (or 0x757C26) is unknown color: approx Trendy Green. HEX triplet: 75, 7C and 26. RGB value is (117,124,38). Sum of RGB (Red+Green+Blue) = 117+124+38=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #757C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757C26 is #8A83D9. Grayscale: #707070. Windows color (decimal): -9077722 or 2522229. OLE color: 2522229.

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

Color convert

RGB11712438-
CMYK0.0600.690.51
HSL64.88º53.09%31.76%-
HSV(B)64.88º69.35%48.63%-
XYZ14.8918.344.59-
YUV112.186.18131.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 124 (48.83% from 255) = 44.44%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=41.94%
G=44.44%
B=13.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117124380.0600.690.5164.8853.0931.76
Hex757C26604533413520
Octal1651744660105631016540
Binary11101011111100100110110010001011100111000001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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