#758130

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

Shades of Trendy Green #758130

Tints of Trendy Green #758130

Color information

#758130 (or 0x758130) is unknown color: approx Trendy Green. HEX triplet: 75, 81 and 30. RGB value is (117,129,48). Sum of RGB (Red+Green+Blue) = 117+129+48=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #758130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758130 is #8A7ECF. Grayscale: #747474. Windows color (decimal): -9076432 or 3178869. OLE color: 3178869.

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

Color convert

RGB11712948-
CMYK0.0900.630.49
HSL68.89º45.76%34.71%-
HSV(B)68.89º62.79%50.59%-
XYZ15.7219.75.77-
YUV116.1889.52128.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 48 (19.14% from 255) = 16.33%
R=39.80%
G=43.88%
B=16.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129480.0900.630.4968.8945.7634.71
Hex758130903F31452e23
Octal1652016011077611055643
Binary111010110000001110000100101111111100011000101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758130; }

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

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

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

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

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

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

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

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