#758A11

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

Shades of Trendy Green #758A11

Tints of Trendy Green #758A11

Color information

#758A11 (or 0x758A11) is unknown color: approx Trendy Green. HEX triplet: 75, 8A and 11. RGB value is (117,138,17). Sum of RGB (Red+Green+Blue) = 117+138+17=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #758A11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758A11 is #8A75EE. Grayscale: #767676. Windows color (decimal): -9074159 or 1149557. OLE color: 1149557.

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

Color convert

RGB11713817-
CMYK0.1500.880.46
HSL70.41º78.06%30.39%-
HSV(B)70.41º87.68%54.12%-
XYZ16.53223.91-
YUV117.9371.04127.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 138 (54.30% from 255) = 50.74%
BLUE value IS 17 (7.03% from 255) = 6.25%
R=43.01%
G=50.74%
B=6.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117138170.1500.880.4670.4178.0630.39
Hex758A11F0582E464e1e
Octal165212211701305610611636
Binary111010110001010100011111010110001011101000110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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