#757F16

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

Shades of Trendy Green #757F16

Tints of Trendy Green #757F16

Color information

#757F16 (or 0x757F16) is unknown color: approx Trendy Green. HEX triplet: 75, 7F and 16. RGB value is (117,127,22). Sum of RGB (Red+Green+Blue) = 117+127+22=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #757F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757F16 is #8A80E9. Grayscale: #707070. Windows color (decimal): -9076970 or 1474421. OLE color: 1474421.

HSL color Cylindrical-coordinate representation of color #757F16: hue angle of 65.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #757F16 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB11712722-
CMYK0.0800.830.50
HSL65.71º70.47%29.22%-
HSV(B)65.71º82.68%49.8%-
XYZ15.0719.023.64-
YUV112.0477.19131.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 127 (50% from 255) = 47.74%
BLUE value IS 22 (8.98% from 255) = 8.27%
R=43.98%
G=47.74%
B=8.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117127220.0800.830.5065.7170.4729.22
Hex757F1680533242461d
Octal165177261001236210210635
Binary11101011111111101101000010100111100101000010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,127,22); }

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

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

 a { background-color: rgb(117,127,22); }

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

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

 span { border-color: rgb(117,127,22); }

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