#757B28

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

Shades of Trendy Green #757B28

Tints of Trendy Green #757B28

Color information

#757B28 (or 0x757B28) is unknown color: approx Trendy Green. HEX triplet: 75, 7B and 28. RGB value is (117,123,40). Sum of RGB (Red+Green+Blue) = 117+123+40=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #757B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B28 is #8A84D7. Grayscale: #707070. Windows color (decimal): -9077976 or 2653045. OLE color: 2653045.

HSL color Cylindrical-coordinate representation of color #757B28: hue angle of 64.34º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #757B28 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB11712340-
CMYK0.0500.670.52
HSL64.34º50.92%31.96%-
HSV(B)64.34º67.48%48.24%-
XYZ14.818.14.72-
YUV111.7487.51131.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 123 (48.44% from 255) = 43.93%
BLUE value IS 40 (16.02% from 255) = 14.29%
R=41.79%
G=43.93%
B=14.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123400.0500.670.5264.3450.9231.96
Hex757B28504334403320
Octal1651735050103641006340
Binary11101011111011101000101010000111101001000000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,123,40); }

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

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

 a { background-color: rgb(117,123,40); }

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

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

 span { border-color: rgb(117,123,40); }

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