#758415

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

Shades of Trendy Green #758415

Tints of Trendy Green #758415

Color information

#758415 (or 0x758415) is unknown color: approx Trendy Green. HEX triplet: 75, 84 and 15. RGB value is (117,132,21). Sum of RGB (Red+Green+Blue) = 117+132+21=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #758415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758415 is #8A7BEA. Grayscale: #737373. Windows color (decimal): -9075691 or 1410165. OLE color: 1410165.

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

Color convert

RGB11713221-
CMYK0.1100.840.48
HSL68.11º72.55%30%-
HSV(B)68.11º84.09%51.76%-
XYZ15.7220.343.81-
YUV114.8675.03129.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 132 (51.95% from 255) = 48.89%
BLUE value IS 21 (8.59% from 255) = 7.78%
R=43.33%
G=48.89%
B=7.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132210.1100.840.4868.1172.5530
Hex758415B0543044491e
Octal165204251301246010411136
Binary111010110000100101011011010101001100001000100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758415; }

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

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

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

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

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

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

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

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