#759576

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

Shades of Laurel #759576

Tints of Laurel #759576

Color information

#759576 (or 0x759576) is unknown color: approx Laurel. HEX triplet: 75, 95 and 76. RGB value is (117,149,118). Sum of RGB (Red+Green+Blue) = 117+149+118=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #759576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759576 is #8A6A89. Grayscale: #878787. Windows color (decimal): -9071242 or 7771509. OLE color: 7771509.

HSL color Cylindrical-coordinate representation of color #759576: hue angle of 121.88º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759576 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB117149118-
CMYK0.2100.210.42
HSL121.88º13.11%52.16%-
HSV(B)121.88º21.48%58.43%-
XYZ21.3526.5821.15-
YUV135.9117.9114.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=30.47%
G=38.80%
B=30.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171491180.2100.210.42121.8813.1152.16
Hex759576150152A7ad34
Octal16522516625025521721564
Binary11101011001010111101101010101010110101011110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759576; }

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

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

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

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

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

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

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

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