#757D17

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

Shades of Trendy Green #757D17

Tints of Trendy Green #757D17

Color information

#757D17 (or 0x757D17) is unknown color: approx Trendy Green. HEX triplet: 75, 7D and 17. RGB value is (117,125,23). Sum of RGB (Red+Green+Blue) = 117+125+23=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 125 - color contains mainly: green. Hex color #757D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757D17 is #8A82E8. Grayscale: #6F6F6F. Windows color (decimal): -9077481 or 1539445. OLE color: 1539445.

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

Color convert

RGB11712523-
CMYK0.0600.820.51
HSL64.71º68.92%29.02%-
HSV(B)64.71º81.6%49.02%-
XYZ14.8218.513.6-
YUV110.9878.35132.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 125 (49.22% from 255) = 47.17%
BLUE value IS 23 (9.38% from 255) = 8.68%
R=44.15%
G=47.17%
B=8.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117125230.0600.820.5164.7168.9229.02
Hex757D1760523341451d
Octal16517527601226310110535
Binary1110101111110110111110010100101100111000001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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