#759C3B

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

Shades of Sushi #759C3B

Tints of Sushi #759C3B

Color information

#759C3B (or 0x759C3B) is unknown color: approx Sushi. HEX triplet: 75, 9C and 3B. RGB value is (117,156,59). Sum of RGB (Red+Green+Blue) = 117+156+59=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #759C3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759C3B is #8A63C4. Grayscale: #858585. Windows color (decimal): -9069509 or 3906677. OLE color: 3906677.

HSL color Cylindrical-coordinate representation of color #759C3B: hue angle of 84.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #759C3B is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB11715659-
CMYK0.2500.620.39
HSL84.12º45.12%42.16%-
HSV(B)84.12º62.18%61.18%-
XYZ20.0127.878.46-
YUV133.2886.08116.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 156 (61.33% from 255) = 46.99%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=35.24%
G=46.99%
B=17.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117156590.2500.620.3984.1245.1242.16
Hex759C3B1903E27542d2a
Octal1652347331076471245552
Binary1110101100111001110111100101111101001111010100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,156,59); }

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

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

 a { background-color: rgb(117,156,59); }

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

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

 span { border-color: rgb(117,156,59); }

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