#757B1B

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

Shades of Trendy Green #757B1B

Tints of Trendy Green #757B1B

Color information

#757B1B (or 0x757B1B) is unknown color: approx Trendy Green. HEX triplet: 75, 7B and 1B. RGB value is (117,123,27). Sum of RGB (Red+Green+Blue) = 117+123+27=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 123 - color contains mainly: green. Hex color #757B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B1B is #8A84E4. Grayscale: #6E6E6E. Windows color (decimal): -9077989 or 1801077. OLE color: 1801077.

HSL color Cylindrical-coordinate representation of color #757B1B: hue angle of 63.75º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #757B1B is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB11712327-
CMYK0.0500.780.52
HSL63.75º64%29.41%-
HSV(B)63.75º78.05%48.24%-
XYZ14.6218.033.75-
YUV110.2681.01132.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 123 (48.44% from 255) = 46.07%
BLUE value IS 27 (10.94% from 255) = 10.11%
R=43.82%
G=46.07%
B=10.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123270.0500.780.5263.756429.41
Hex757B1B504E3440401d
Octal16517333501166410010035
Binary1110101111101111011101010011101101001000000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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