#758427

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

Shades of Trendy Green #758427

Tints of Trendy Green #758427

Color information

#758427 (or 0x758427) is unknown color: approx Trendy Green. HEX triplet: 75, 84 and 27. RGB value is (117,132,39). Sum of RGB (Red+Green+Blue) = 117+132+39=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #758427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758427 is #8A7BD8. Grayscale: #757575. Windows color (decimal): -9075673 or 2589813. OLE color: 2589813.

HSL color Cylindrical-coordinate representation of color #758427: hue angle of 69.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #758427 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB11713239-
CMYK0.1100.700.48
HSL69.68º54.39%33.53%-
HSV(B)69.68º70.45%51.76%-
XYZ15.9520.435.02-
YUV116.9184.03128.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 132 (51.95% from 255) = 45.83%
BLUE value IS 39 (15.62% from 255) = 13.54%
R=40.62%
G=45.83%
B=13.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132390.1100.700.4869.6854.3933.53
Hex758427B04630463622
Octal16520447130106601066642
Binary1110101100001001001111011010001101100001000110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758427; }

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

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

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

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

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

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

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

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