#759A76

Color #759A76 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #759A76

Tints of Laurel #759A76

Color information

#759A76 (or 0x759A76) is unknown color: approx Laurel. HEX triplet: 75, 9A and 76. RGB value is (117,154,118). Sum of RGB (Red+Green+Blue) = 117+154+118=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 154 - color contains mainly: green. Hex color #759A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A76 is #8A6589. Grayscale: #8A8A8A. Windows color (decimal): -9069962 or 7772789. OLE color: 7772789.

HSL color Cylindrical-coordinate representation of color #759A76: hue angle of 121.62º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #759A76 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB117154118-
CMYK0.2400.230.40
HSL121.62º15.48%53.14%-
HSV(B)121.62º24.03%60.39%-
XYZ22.1628.221.41-
YUV138.83116.24112.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 154 (60.55% from 255) = 39.59%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=30.08%
G=39.59%
B=30.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171541180.2400.230.40121.6215.4853.14
Hex759A7618017287af35
Octal16523216630027501721765
Binary11101011001101011101101100001011110100011110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759A76; }

 p { color: rgb(117,154,118); }

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

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

 a { background-color: rgb(117,154,118); }

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

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

 span { border-color: rgb(117,154,118); }

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