#758725

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

Shades of Trendy Green #758725

Tints of Trendy Green #758725

Color information

#758725 (or 0x758725) is unknown color: approx Trendy Green. HEX triplet: 75, 87 and 25. RGB value is (117,135,37). Sum of RGB (Red+Green+Blue) = 117+135+37=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #758725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758725 is #8A78DA. Grayscale: #767676. Windows color (decimal): -9074907 or 2459509. OLE color: 2459509.

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

Color convert

RGB11713537-
CMYK0.1300.730.47
HSL71.02º56.98%33.73%-
HSV(B)71.02º72.59%52.94%-
XYZ16.3321.244.99-
YUV118.4582.04126.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=40.48%
G=46.71%
B=12.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117135370.1300.730.4771.0256.9833.73
Hex758725D0492F473922
Octal16520745150111571077142
Binary1110101100001111001011101010010011011111000111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758725; }

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

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

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

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

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

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

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

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