#758227

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

Shades of Trendy Green #758227

Tints of Trendy Green #758227

Color information

#758227 (or 0x758227) is unknown color: approx Trendy Green. HEX triplet: 75, 82 and 27. RGB value is (117,130,39). Sum of RGB (Red+Green+Blue) = 117+130+39=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #758227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758227 is #8A7DD8. Grayscale: #747474. Windows color (decimal): -9076185 or 2589301. OLE color: 2589301.

HSL color Cylindrical-coordinate representation of color #758227: hue angle of 68.57º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #758227 is Cyan = 0.1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB11713039-
CMYK0.100.700.49
HSL68.57º53.85%33.14%-
HSV(B)68.57º70%50.98%-
XYZ15.6819.894.93-
YUV115.7484.69128.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 39 (15.62% from 255) = 13.64%
R=40.91%
G=45.45%
B=13.64%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130390.100.700.4968.5753.8533.14
Hex758227A04631453621
Octal16520247120106611056641
Binary1110101100000101001111010010001101100011000101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758227; }

 p { color: rgb(117,130,39); }

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

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

 a { background-color: rgb(117,130,39); }

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

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

 span { border-color: rgb(117,130,39); }

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