#758031

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

Shades of Trendy Green #758031

Tints of Trendy Green #758031

Color information

#758031 (or 0x758031) is unknown color: approx Trendy Green. HEX triplet: 75, 80 and 31. RGB value is (117,128,49). Sum of RGB (Red+Green+Blue) = 117+128+49=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #758031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758031 is #8A7FCE. Grayscale: #747474. Windows color (decimal): -9076687 or 3244149. OLE color: 3244149.

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

Color convert

RGB11712849-
CMYK0.0900.620.50
HSL68.35º44.63%34.71%-
HSV(B)68.35º61.72%50.2%-
XYZ15.6119.445.84-
YUV115.790.36128.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 49 (19.53% from 255) = 16.67%
R=39.80%
G=43.54%
B=16.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117128490.0900.620.5068.3544.6334.71
Hex758031903E32442d23
Octal1652006111076621045543
Binary111010110000000110001100101111101100101000100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758031; }

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

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

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

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

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

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

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

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