#758612

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

Shades of Trendy Green #758612

Tints of Trendy Green #758612

Color information

#758612 (or 0x758612) is unknown color: approx Trendy Green. HEX triplet: 75, 86 and 12. RGB value is (117,134,18). Sum of RGB (Red+Green+Blue) = 117+134+18=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #758612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758612 is #8A79ED. Grayscale: #747474. Windows color (decimal): -9075182 or 1214069. OLE color: 1214069.

HSL color Cylindrical-coordinate representation of color #758612: hue angle of 68.79º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #758612 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB11713418-
CMYK0.1300.870.47
HSL68.79º76.32%29.8%-
HSV(B)68.79º86.57%52.55%-
XYZ15.9720.883.76-
YUV115.6972.87128.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 134 (52.73% from 255) = 49.81%
BLUE value IS 18 (7.42% from 255) = 6.69%
R=43.49%
G=49.81%
B=6.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134180.1300.870.4768.7976.3229.8
Hex758612D0572F454c1e
Octal165206221501275710511436
Binary111010110000110100101101010101111011111000101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758612; }

 p { color: rgb(117,134,18); }

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

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

 a { background-color: rgb(117,134,18); }

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

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

 span { border-color: rgb(117,134,18); }

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