#758037

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

Shades of Trendy Green #758037

Tints of Trendy Green #758037

Color information

#758037 (or 0x758037) is unknown color: approx Trendy Green. HEX triplet: 75, 80 and 37. RGB value is (117,128,55). Sum of RGB (Red+Green+Blue) = 117+128+55=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #758037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758037 is #8A7FC8. Grayscale: #747474. Windows color (decimal): -9076681 or 3637365. OLE color: 3637365.

HSL color Cylindrical-coordinate representation of color #758037: hue angle of 69.04º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #758037 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB11712855-
CMYK0.0900.570.50
HSL69.04º39.89%35.88%-
HSV(B)69.04º57.03%50.2%-
XYZ15.7419.56.55-
YUV116.3993.36128.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 55 (21.88% from 255) = 18.33%
R=39%
G=42.67%
B=18.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117128550.0900.570.5069.0439.8935.88
Hex758037903932452824
Octal1652006711071621055044
Binary111010110000000110111100101110011100101000101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758037; }

 p { color: rgb(117,128,55); }

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

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

 a { background-color: rgb(117,128,55); }

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

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

 span { border-color: rgb(117,128,55); }

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