#758034

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

Shades of Trendy Green #758034

Tints of Trendy Green #758034

Color information

#758034 (or 0x758034) is unknown color: approx Trendy Green. HEX triplet: 75, 80 and 34. RGB value is (117,128,52). Sum of RGB (Red+Green+Blue) = 117+128+52=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #758034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758034 is #8A7FCB. Grayscale: #747474. Windows color (decimal): -9076684 or 3440757. OLE color: 3440757.

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

Color convert

RGB11712852-
CMYK0.0900.590.50
HSL68.68º42.22%35.29%-
HSV(B)68.68º59.38%50.2%-
XYZ15.6819.476.18-
YUV116.0591.86128.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 52 (20.70% from 255) = 17.51%
R=39.39%
G=43.10%
B=17.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117128520.0900.590.5068.6842.2235.29
Hex758034903B32452a23
Octal1652006411073621055243
Binary111010110000000110100100101110111100101000101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758034; }

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

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

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

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

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

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

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

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