#759142

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

Shades of Sushi #759142

Tints of Sushi #759142

Color information

#759142 (or 0x759142) is unknown color: approx Sushi. HEX triplet: 75, 91 and 42. RGB value is (117,145,66). Sum of RGB (Red+Green+Blue) = 117+145+66=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #759142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759142 is #8A6EBD. Grayscale: #7F7F7F. Windows color (decimal): -9072318 or 4362613. OLE color: 4362613.

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

Color convert

RGB11714566-
CMYK0.1900.540.43
HSL81.27º37.44%41.37%-
HSV(B)81.27º54.48%56.86%-
XYZ18.4424.438.9-
YUV127.6293.22120.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 145 (57.03% from 255) = 44.21%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=35.67%
G=44.21%
B=20.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117145660.1900.540.4381.2737.4441.37
Hex759142130362B512529
Octal16522110223066531214551
Binary11101011001000110000101001101101101010111010001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759142; }

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

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

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

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

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

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

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

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