#759F2F

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

Shades of Sushi #759F2F

Tints of Sushi #759F2F

Color information

#759F2F (or 0x759F2F) is unknown color: approx Sushi. HEX triplet: 75, 9F and 2F. RGB value is (117,159,47). Sum of RGB (Red+Green+Blue) = 117+159+47=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #759F2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759F2F is #8A60D0. Grayscale: #868686. Windows color (decimal): -9068753 or 3121013. OLE color: 3121013.

HSL color Cylindrical-coordinate representation of color #759F2F: hue angle of 82.5º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #759F2F is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB11715947-
CMYK0.2600.700.38
HSL82.5º54.37%40.39%-
HSV(B)82.5º70.44%62.35%-
XYZ20.2528.787.18-
YUV133.6779.09116.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 159 (62.5% from 255) = 49.23%
BLUE value IS 47 (18.75% from 255) = 14.55%
R=36.22%
G=49.23%
B=14.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117159470.2600.700.3882.554.3740.39
Hex759F2F1A04626523628
Octal16523757320106461226650
Binary11101011001111110111111010010001101001101010010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,159,47); }

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

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

 a { background-color: rgb(117,159,47); }

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

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

 span { border-color: rgb(117,159,47); }

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