#759731

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

Shades of Sushi #759731

Tints of Sushi #759731

Color information

#759731 (or 0x759731) is unknown color: approx Sushi. HEX triplet: 75, 97 and 31. RGB value is (117,151,49). Sum of RGB (Red+Green+Blue) = 117+151+49=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #759731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759731 is #8A68CE. Grayscale: #818181. Windows color (decimal): -9070799 or 3250037. OLE color: 3250037.

HSL color Cylindrical-coordinate representation of color #759731: hue angle of 80º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #759731 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB11715149-
CMYK0.2300.680.41
HSL80º51%39.22%-
HSV(B)80º67.55%59.22%-
XYZ18.9626.146.95-
YUV129.2182.74119.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 151 (59.38% from 255) = 47.63%
BLUE value IS 49 (19.53% from 255) = 15.46%
R=36.91%
G=47.63%
B=15.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117151490.2300.680.41805139.22
Hex7597311704429503327
Octal16522761270104511206347
Binary11101011001011111000110111010001001010011010000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759731; }

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

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

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

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

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

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

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

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