#758425

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

Shades of Trendy Green #758425

Tints of Trendy Green #758425

Color information

#758425 (or 0x758425) is unknown color: approx Trendy Green. HEX triplet: 75, 84 and 25. RGB value is (117,132,37). Sum of RGB (Red+Green+Blue) = 117+132+37=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #758425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758425 is #8A7BDA. Grayscale: #757575. Windows color (decimal): -9075675 or 2458741. OLE color: 2458741.

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

Color convert

RGB11713237-
CMYK0.1100.720.48
HSL69.47º56.21%33.14%-
HSV(B)69.47º71.97%51.76%-
XYZ15.9220.424.85-
YUV116.6883.03128.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 132 (51.95% from 255) = 46.15%
BLUE value IS 37 (14.84% from 255) = 12.94%
R=40.91%
G=46.15%
B=12.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132370.1100.720.4869.4756.2133.14
Hex758425B04830453821
Octal16520445130110601057041
Binary1110101100001001001011011010010001100001000101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758425; }

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

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

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

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

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

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

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

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