#759F42

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

Shades of Sushi #759F42

Tints of Sushi #759F42

Color information

#759F42 (or 0x759F42) is unknown color: approx Sushi. HEX triplet: 75, 9F and 42. RGB value is (117,159,66). Sum of RGB (Red+Green+Blue) = 117+159+66=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #759F42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759F42 is #8A60BD. Grayscale: #888888. Windows color (decimal): -9068734 or 4366197. OLE color: 4366197.

HSL color Cylindrical-coordinate representation of color #759F42: hue angle of 87.1º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #759F42 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB11715966-
CMYK0.2600.580.38
HSL87.1º41.33%44.12%-
HSV(B)87.1º58.49%62.35%-
XYZ20.7228.979.65-
YUV135.8488.59114.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 159 (62.5% from 255) = 46.49%
BLUE value IS 66 (26.17% from 255) = 19.30%
R=34.21%
G=46.49%
B=19.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117159660.2600.580.3887.141.3344.12
Hex759F421A03A2657292c
Octal16523710232072461275154
Binary11101011001111110000101101001110101001101010111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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