#759B32

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

Shades of Sushi #759B32

Tints of Sushi #759B32

Color information

#759B32 (or 0x759B32) is unknown color: approx Sushi. HEX triplet: 75, 9B and 32. RGB value is (117,155,50). Sum of RGB (Red+Green+Blue) = 117+155+50=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #759B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B32 is #8A64CD. Grayscale: #848484. Windows color (decimal): -9069774 or 3316597. OLE color: 3316597.

HSL color Cylindrical-coordinate representation of color #759B32: hue angle of 81.71º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #759B32 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB11715550-
CMYK0.2500.680.39
HSL81.71º51.22%40.2%-
HSV(B)81.71º67.74%60.78%-
XYZ19.6327.457.28-
YUV131.6781.91117.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 155 (60.94% from 255) = 48.14%
BLUE value IS 50 (19.92% from 255) = 15.53%
R=36.34%
G=48.14%
B=15.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117155500.2500.680.3981.7151.2240.2
Hex759B321904427523328
Octal16523362310104471226350
Binary11101011001101111001011001010001001001111010010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,155,50); }

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

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

 a { background-color: rgb(117,155,50); }

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

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

 span { border-color: rgb(117,155,50); }

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