#758510

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

Shades of Trendy Green #758510

Tints of Trendy Green #758510

Color information

#758510 (or 0x758510) is unknown color: approx Trendy Green. HEX triplet: 75, 85 and 10. RGB value is (117,133,16). Sum of RGB (Red+Green+Blue) = 117+133+16=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #758510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758510 is #8A7AEF. Grayscale: #737373. Windows color (decimal): -9075440 or 1082741. OLE color: 1082741.

HSL color Cylindrical-coordinate representation of color #758510: hue angle of 68.21º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #758510 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB11713316-
CMYK0.1200.880.48
HSL68.21º78.52%29.22%-
HSV(B)68.21º87.97%52.16%-
XYZ15.8220.593.63-
YUV114.8872.2129.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 133 (52.34% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 6.02%
R=43.98%
G=50%
B=6.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133160.1200.880.4868.2178.5229.22
Hex758510C05830444f1d
Octal165205201401306010411735
Binary111010110000101100001100010110001100001000100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758510; }

 p { color: rgb(117,133,16); }

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

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

 a { background-color: rgb(117,133,16); }

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

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

 span { border-color: rgb(117,133,16); }

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