#759140

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

Shades of Sushi #759140

Tints of Sushi #759140

Color information

#759140 (or 0x759140) is unknown color: approx Sushi. HEX triplet: 75, 91 and 40. RGB value is (117,145,64). Sum of RGB (Red+Green+Blue) = 117+145+64=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #759140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759140 is #8A6EBF. Grayscale: #7F7F7F. Windows color (decimal): -9072320 or 4231541. OLE color: 4231541.

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

Color convert

RGB11714564-
CMYK0.1900.560.43
HSL80.74º38.76%40.98%-
HSV(B)80.74º55.86%56.86%-
XYZ18.3924.48.59-
YUV127.3992.22120.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=35.89%
G=44.48%
B=19.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117145640.1900.560.4380.7438.7640.98
Hex759140130382B512729
Octal16522110023070531214751
Binary11101011001000110000001001101110001010111010001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759140; }

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

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

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

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

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

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

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

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