#758A19

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

Shades of Trendy Green #758A19

Tints of Trendy Green #758A19

Color information

#758A19 (or 0x758A19) is unknown color: approx Trendy Green. HEX triplet: 75, 8A and 19. RGB value is (117,138,25). Sum of RGB (Red+Green+Blue) = 117+138+25=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #758A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758A19 is #8A75E6. Grayscale: #777777. Windows color (decimal): -9074151 or 1673845. OLE color: 1673845.

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

Color convert

RGB11713825-
CMYK0.1500.820.46
HSL71.15º69.33%31.96%-
HSV(B)71.15º81.88%54.12%-
XYZ16.622.034.3-
YUV118.8475.04126.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 138 (54.30% from 255) = 49.29%
BLUE value IS 25 (10.16% from 255) = 8.93%
R=41.79%
G=49.29%
B=8.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117138250.1500.820.4671.1569.3331.96
Hex758A19F0522E474520
Octal165212311701225610710540
Binary1110101100010101100111110101001010111010001111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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