#757B27

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

Shades of Trendy Green #757B27

Tints of Trendy Green #757B27

Color information

#757B27 (or 0x757B27) is unknown color: approx Trendy Green. HEX triplet: 75, 7B and 27. RGB value is (117,123,39). Sum of RGB (Red+Green+Blue) = 117+123+39=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #757B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B27 is #8A84D8. Grayscale: #6F6F6F. Windows color (decimal): -9077977 or 2587509. OLE color: 2587509.

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

Color convert

RGB11712339-
CMYK0.0500.680.52
HSL64.29º51.85%31.76%-
HSV(B)64.29º68.29%48.24%-
XYZ14.7918.094.63-
YUV111.6387.01131.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 123 (48.44% from 255) = 44.09%
BLUE value IS 39 (15.62% from 255) = 13.98%
R=41.94%
G=44.09%
B=13.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123390.0500.680.5264.2951.8531.76
Hex757B27504434403420
Octal1651734750104641006440
Binary11101011111011100111101010001001101001000000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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