#759F31

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

Shades of Sushi #759F31

Tints of Sushi #759F31

Color information

#759F31 (or 0x759F31) is unknown color: approx Sushi. HEX triplet: 75, 9F and 31. RGB value is (117,159,49). Sum of RGB (Red+Green+Blue) = 117+159+49=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #759F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759F31 is #8A60CE. Grayscale: #868686. Windows color (decimal): -9068751 or 3252085. OLE color: 3252085.

HSL color Cylindrical-coordinate representation of color #759F31: hue angle of 82.91º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #759F31 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB11715949-
CMYK0.2600.690.38
HSL82.91º52.88%40.78%-
HSV(B)82.91º69.18%62.35%-
XYZ20.2928.87.4-
YUV133.980.09115.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 159 (62.5% from 255) = 48.92%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=36%
G=48.92%
B=15.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117159490.2600.690.3882.9152.8840.78
Hex759F311A04526533529
Octal16523761320105461236551
Binary11101011001111111000111010010001011001101010011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759F31; }

 p { color: rgb(117,159,49); }

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

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

 a { background-color: rgb(117,159,49); }

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

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

 span { border-color: rgb(117,159,49); }

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