#758629

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

Shades of Trendy Green #758629

Tints of Trendy Green #758629

Color information

#758629 (or 0x758629) is unknown color: approx Trendy Green. HEX triplet: 75, 86 and 29. RGB value is (117,134,41). Sum of RGB (Red+Green+Blue) = 117+134+41=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #758629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758629 is #8A79D6. Grayscale: #767676. Windows color (decimal): -9075159 or 2721397. OLE color: 2721397.

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

Color convert

RGB11713441-
CMYK0.1300.690.47
HSL70.97º53.14%34.31%-
HSV(B)70.97º69.4%52.55%-
XYZ16.2620.995.29-
YUV118.3284.37127.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 41 (16.41% from 255) = 14.04%
R=40.07%
G=45.89%
B=14.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134410.1300.690.4770.9753.1434.31
Hex758629D0452F473522
Octal16520651150105571076542
Binary1110101100001101010011101010001011011111000111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758629; }

 p { color: rgb(117,134,41); }

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

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

 a { background-color: rgb(117,134,41); }

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

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

 span { border-color: rgb(117,134,41); }

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