#757A1B

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

Shades of Trendy Green #757A1B

Tints of Trendy Green #757A1B

Color information

#757A1B (or 0x757A1B) is unknown color: approx Trendy Green. HEX triplet: 75, 7A and 1B. RGB value is (117,122,27). Sum of RGB (Red+Green+Blue) = 117+122+27=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 122 - color contains mainly: green. Hex color #757A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A1B is #8A85E4. Grayscale: #6E6E6E. Windows color (decimal): -9078245 or 1800821. OLE color: 1800821.

HSL color Cylindrical-coordinate representation of color #757A1B: hue angle of 63.16º 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 #757A1B is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB11712227-
CMYK0.0400.780.52
HSL63.16º63.76%29.22%-
HSV(B)63.16º77.87%47.84%-
XYZ14.4917.783.7-
YUV109.6781.34133.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 122 (48.05% from 255) = 45.86%
BLUE value IS 27 (10.94% from 255) = 10.15%
R=43.98%
G=45.86%
B=10.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117122270.0400.780.5263.1663.7629.22
Hex757A1B404E343f401d
Octal1651723340116647710035
Binary111010111110101101110001001110110100111111100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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