#759479

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

Shades of Laurel #759479

Tints of Laurel #759479

Color information

#759479 (or 0x759479) is unknown color: approx Laurel. HEX triplet: 75, 94 and 79. RGB value is (117,148,121). Sum of RGB (Red+Green+Blue) = 117+148+121=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #759479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759479 is #8A6B86. Grayscale: #878787. Windows color (decimal): -9071495 or 7967861. OLE color: 7967861.

HSL color Cylindrical-coordinate representation of color #759479: hue angle of 127.74º 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 #759479 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB117148121-
CMYK0.2100.180.42
HSL127.74º12.65%51.96%-
HSV(B)127.74º20.95%58.04%-
XYZ21.3826.3422.05-
YUV135.65119.73114.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=30.31%
G=38.34%
B=31.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171481210.2100.180.42127.7412.6551.96
Hex759479150122A80d34
Octal16522417125022522001564
Binary111010110010100111100110101010010101010100000001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759479; }

 p { color: rgb(117,148,121); }

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

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

 a { background-color: rgb(117,148,121); }

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

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

 span { border-color: rgb(117,148,121); }

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