#758120

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

Shades of Trendy Green #758120

Tints of Trendy Green #758120

Color information

#758120 (or 0x758120) is unknown color: approx Trendy Green. HEX triplet: 75, 81 and 20. RGB value is (117,129,32). Sum of RGB (Red+Green+Blue) = 117+129+32=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #758120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758120 is #8A7EDF. Grayscale: #727272. Windows color (decimal): -9076448 or 2130293. OLE color: 2130293.

HSL color Cylindrical-coordinate representation of color #758120: hue angle of 67.42º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #758120 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB11712932-
CMYK0.0900.750.49
HSL67.42º60.25%31.57%-
HSV(B)67.42º75.19%50.59%-
XYZ15.4519.594.33-
YUV114.3581.52129.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 129 (50.78% from 255) = 46.40%
BLUE value IS 32 (12.89% from 255) = 11.51%
R=42.09%
G=46.40%
B=11.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129320.0900.750.4967.4260.2531.57
Hex758120904B31433c20
Octal16520140110113611037440
Binary1110101100000011000001001010010111100011000011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758120; }

 p { color: rgb(117,129,32); }

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

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

 a { background-color: rgb(117,129,32); }

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

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

 span { border-color: rgb(117,129,32); }

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