#757D27

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

Shades of Trendy Green #757D27

Tints of Trendy Green #757D27

Color information

#757D27 (or 0x757D27) is unknown color: approx Trendy Green. HEX triplet: 75, 7D and 27. RGB value is (117,125,39). Sum of RGB (Red+Green+Blue) = 117+125+39=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 125 - color contains mainly: green. Hex color #757D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757D27 is #8A82D8. Grayscale: #717171. Windows color (decimal): -9077465 or 2588021. OLE color: 2588021.

HSL color Cylindrical-coordinate representation of color #757D27: hue angle of 65.58º degrees, saturation: 0.52, 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 #757D27 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB11712539-
CMYK0.0600.690.51
HSL65.58º52.44%32.16%-
HSV(B)65.58º68.8%49.02%-
XYZ15.0418.64.72-
YUV112.886.35130.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 125 (49.22% from 255) = 44.48%
BLUE value IS 39 (15.62% from 255) = 13.88%
R=41.64%
G=44.48%
B=13.88%

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
Decimal117125390.0600.690.5165.5852.4432.16
Hex757D27604533423420
Octal1651754760105631026440
Binary11101011111101100111110010001011100111000010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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