#759335

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

Shades of Sushi #759335

Tints of Sushi #759335

Color information

#759335 (or 0x759335) is unknown color: approx Sushi. HEX triplet: 75, 93 and 35. RGB value is (117,147,53). Sum of RGB (Red+Green+Blue) = 117+147+53=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #759335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759335 is #8A6CCA. Grayscale: #7F7F7F. Windows color (decimal): -9071819 or 3511157. OLE color: 3511157.

HSL color Cylindrical-coordinate representation of color #759335: hue angle of 79.15º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #759335 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB11714753-
CMYK0.2000.640.42
HSL79.15º47%39.22%-
HSV(B)79.15º63.95%57.65%-
XYZ18.4124.917.21-
YUV127.3186.06120.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 147 (57.81% from 255) = 46.37%
BLUE value IS 53 (21.09% from 255) = 16.72%
R=36.91%
G=46.37%
B=16.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147530.2000.640.4279.154739.22
Hex759335140402A4f2f27
Octal16522365240100521175747
Binary11101011001001111010110100010000001010101001111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759335; }

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

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

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

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

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

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

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

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