#758A15

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

Shades of Trendy Green #758A15

Tints of Trendy Green #758A15

Color information

#758A15 (or 0x758A15) is unknown color: approx Trendy Green. HEX triplet: 75, 8A and 15. RGB value is (117,138,21). Sum of RGB (Red+Green+Blue) = 117+138+21=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #758A15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758A15 is #8A75EA. Grayscale: #767676. Windows color (decimal): -9074155 or 1411701. OLE color: 1411701.

HSL color Cylindrical-coordinate representation of color #758A15: hue angle of 70.77º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #758A15 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB11713821-
CMYK0.1500.850.46
HSL70.77º73.58%31.18%-
HSV(B)70.77º84.78%54.12%-
XYZ16.5622.014.09-
YUV118.3873.04127.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 138 (54.30% from 255) = 50%
BLUE value IS 21 (8.59% from 255) = 7.61%
R=42.39%
G=50%
B=7.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117138210.1500.850.4670.7773.5831.18
Hex758A15F0552E474a1f
Octal165212251701255610711237
Binary111010110001010101011111010101011011101000111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758A15; }

 p { color: rgb(117,138,21); }

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

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

 a { background-color: rgb(117,138,21); }

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

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

 span { border-color: rgb(117,138,21); }

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