#758119

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

Shades of Trendy Green #758119

Tints of Trendy Green #758119

Color information

#758119 (or 0x758119) is unknown color: approx Trendy Green. HEX triplet: 75, 81 and 19. RGB value is (117,129,25). Sum of RGB (Red+Green+Blue) = 117+129+25=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #758119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758119 is #8A7EE6. Grayscale: #717171. Windows color (decimal): -9076455 or 1671541. OLE color: 1671541.

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

Color convert

RGB11712925-
CMYK0.0900.810.49
HSL66.92º67.53%30.2%-
HSV(B)66.92º80.62%50.59%-
XYZ15.3619.553.88-
YUV113.5678.02130.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 129 (50.78% from 255) = 47.60%
BLUE value IS 25 (10.16% from 255) = 9.23%
R=43.17%
G=47.60%
B=9.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129250.0900.810.4966.9267.5330.2
Hex75811990513143441e
Octal165201311101216110310436
Binary111010110000001110011001010100011100011000011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758119; }

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

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

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

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

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

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

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

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