#759A35

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

Shades of Sushi #759A35

Tints of Sushi #759A35

Color information

#759A35 (or 0x759A35) is unknown color: approx Sushi. HEX triplet: 75, 9A and 35. RGB value is (117,154,53). Sum of RGB (Red+Green+Blue) = 117+154+53=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #759A35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759A35 is #8A65CA. Grayscale: #838383. Windows color (decimal): -9070027 or 3512949. OLE color: 3512949.

HSL color Cylindrical-coordinate representation of color #759A35: hue angle of 81.98º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #759A35 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB11715453-
CMYK0.2400.660.40
HSL81.98º48.79%40.59%-
HSV(B)81.98º65.58%60.39%-
XYZ19.5327.157.58-
YUV131.4283.74117.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 154 (60.55% from 255) = 47.53%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=36.11%
G=47.53%
B=16.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117154530.2400.660.4081.9848.7940.59
Hex759A351804228523129
Octal16523265300102501226151
Binary11101011001101011010111000010000101010001010010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,154,53); }

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

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

 a { background-color: rgb(117,154,53); }

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

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

 span { border-color: rgb(117,154,53); }

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