#757C12

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

Shades of Trendy Green #757C12

Tints of Trendy Green #757C12

Color information

#757C12 (or 0x757C12) is unknown color: approx Trendy Green. HEX triplet: 75, 7C and 12. RGB value is (117,124,18). Sum of RGB (Red+Green+Blue) = 117+124+18=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 124 - color contains mainly: green. Hex color #757C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757C12 is #8A83ED. Grayscale: #6E6E6E. Windows color (decimal): -9077742 or 1211509. OLE color: 1211509.

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

Color convert

RGB11712418-
CMYK0.0600.850.51
HSL63.96º74.65%27.84%-
HSV(B)63.96º85.48%48.63%-
XYZ14.6518.243.32-
YUV109.8276.18133.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 124 (48.83% from 255) = 47.88%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=45.17%
G=47.88%
B=6.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117124180.0600.850.5163.9674.6527.84
Hex757C12605533404b1c
Octal16517422601256310011334
Binary1110101111110010010110010101011100111000000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,124,18); }

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

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

 a { background-color: rgb(117,124,18); }

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

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

 span { border-color: rgb(117,124,18); }

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