#759144

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

Shades of Sushi #759144

Tints of Sushi #759144

Color information

#759144 (or 0x759144) is unknown color: approx Sushi. HEX triplet: 75, 91 and 44. RGB value is (117,145,68). Sum of RGB (Red+Green+Blue) = 117+145+68=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #759144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759144 is #8A6EBB. Grayscale: #808080. Windows color (decimal): -9072316 or 4493685. OLE color: 4493685.

HSL color Cylindrical-coordinate representation of color #759144: hue angle of 81.82º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #759144 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB11714568-
CMYK0.1900.530.43
HSL81.82º36.15%41.76%-
HSV(B)81.82º53.1%56.86%-
XYZ18.524.459.21-
YUV127.8594.22120.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 68 (26.95% from 255) = 20.61%
R=35.45%
G=43.94%
B=20.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117145680.1900.530.4381.8236.1541.76
Hex759144130352B52242a
Octal16522110423065531224452
Binary11101011001000110001001001101101011010111010010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759144; }

 p { color: rgb(117,145,68); }

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

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

 a { background-color: rgb(117,145,68); }

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

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

 span { border-color: rgb(117,145,68); }

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