#758412

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

Shades of Trendy Green #758412

Tints of Trendy Green #758412

Color information

#758412 (or 0x758412) is unknown color: approx Trendy Green. HEX triplet: 75, 84 and 12. RGB value is (117,132,18). Sum of RGB (Red+Green+Blue) = 117+132+18=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #758412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758412 is #8A7BED. Grayscale: #727272. Windows color (decimal): -9075694 or 1213557. OLE color: 1213557.

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

Color convert

RGB11713218-
CMYK0.1100.860.48
HSL67.89º76%29.41%-
HSV(B)67.89º86.36%51.76%-
XYZ15.720.333.67-
YUV114.5273.53129.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 132 (51.95% from 255) = 49.44%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=43.82%
G=49.44%
B=6.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132180.1100.860.4867.897629.41
Hex758412B05630444c1d
Octal165204221301266010411435
Binary111010110000100100101011010101101100001000100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758412; }

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

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

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

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

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

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

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

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