#757C1B

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

Shades of Trendy Green #757C1B

Tints of Trendy Green #757C1B

Color information

#757C1B (or 0x757C1B) is unknown color: approx Trendy Green. HEX triplet: 75, 7C and 1B. RGB value is (117,124,27). Sum of RGB (Red+Green+Blue) = 117+124+27=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #757C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757C1B is #8A83E4. Grayscale: #6F6F6F. Windows color (decimal): -9077733 or 1801333. OLE color: 1801333.

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

Color convert

RGB11712427-
CMYK0.0600.780.51
HSL64.33º64.24%29.61%-
HSV(B)64.33º78.23%48.63%-
XYZ14.7418.283.79-
YUV110.8580.68132.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 124 (48.83% from 255) = 46.27%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=43.66%
G=46.27%
B=10.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117124270.0600.780.5164.3364.2429.61
Hex757C1B604E3340401e
Octal16517433601166310010036
Binary1110101111110011011110010011101100111000000100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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