#758525

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

Shades of Trendy Green #758525

Tints of Trendy Green #758525

Color information

#758525 (or 0x758525) is unknown color: approx Trendy Green. HEX triplet: 75, 85 and 25. RGB value is (117,133,37). Sum of RGB (Red+Green+Blue) = 117+133+37=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #758525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758525 is #8A7ADA. Grayscale: #757575. Windows color (decimal): -9075419 or 2458997. OLE color: 2458997.

HSL color Cylindrical-coordinate representation of color #758525: hue angle of 70º 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 #758525 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB11713337-
CMYK0.1200.720.48
HSL70º56.47%33.33%-
HSV(B)70º72.18%52.16%-
XYZ16.0620.694.9-
YUV117.2782.7127.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 37 (14.84% from 255) = 12.89%
R=40.77%
G=46.34%
B=12.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133370.1200.720.487056.4733.33
Hex758525C04830463821
Octal16520545140110601067041
Binary1110101100001011001011100010010001100001000110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758525; }

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

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

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

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

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

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

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

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