#759336

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

Shades of Sushi #759336

Tints of Sushi #759336

Color information

#759336 (or 0x759336) is unknown color: approx Sushi. HEX triplet: 75, 93 and 36. RGB value is (117,147,54). Sum of RGB (Red+Green+Blue) = 117+147+54=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #759336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759336 is #8A6CC9. Grayscale: #7F7F7F. Windows color (decimal): -9071818 or 3576693. OLE color: 3576693.

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

Color convert

RGB11714754-
CMYK0.2000.630.42
HSL79.35º46.27%39.41%-
HSV(B)79.35º63.27%57.65%-
XYZ18.4424.927.33-
YUV127.4386.56120.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 147 (57.81% from 255) = 46.23%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=36.79%
G=46.23%
B=16.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147540.2000.630.4279.3546.2739.41
Hex7593361403F2A4f2e27
Octal1652236624077521175647
Binary1110101100100111101101010001111111010101001111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759336; }

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

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

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

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

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

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

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

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