#757C17

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

Shades of Trendy Green #757C17

Tints of Trendy Green #757C17

Color information

#757C17 (or 0x757C17) is unknown color: approx Trendy Green. HEX triplet: 75, 7C and 17. RGB value is (117,124,23). Sum of RGB (Red+Green+Blue) = 117+124+23=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #757C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757C17 is #8A83E8. Grayscale: #6E6E6E. Windows color (decimal): -9077737 or 1539189. OLE color: 1539189.

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

Color convert

RGB11712423-
CMYK0.0600.810.51
HSL64.16º68.71%28.82%-
HSV(B)64.16º81.45%48.63%-
XYZ14.718.263.56-
YUV110.3978.68132.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 124 (48.83% from 255) = 46.97%
BLUE value IS 23 (9.38% from 255) = 8.71%
R=44.32%
G=46.97%
B=8.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117124230.0600.810.5164.1668.7128.82
Hex757C1760513340451d
Octal16517427601216310010535
Binary1110101111110010111110010100011100111000000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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