#759C33

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

Shades of Sushi #759C33

Tints of Sushi #759C33

Color information

#759C33 (or 0x759C33) is unknown color: approx Sushi. HEX triplet: 75, 9C and 33. RGB value is (117,156,51). Sum of RGB (Red+Green+Blue) = 117+156+51=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #759C33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759C33 is #8A63CC. Grayscale: #848484. Windows color (decimal): -9069517 or 3382389. OLE color: 3382389.

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

Color convert

RGB11715651-
CMYK0.2500.670.39
HSL82.29º50.72%40.59%-
HSV(B)82.29º67.31%61.18%-
XYZ19.8227.87.45-
YUV132.3782.08117.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 156 (61.33% from 255) = 48.15%
BLUE value IS 51 (20.31% from 255) = 15.74%
R=36.11%
G=48.15%
B=15.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117156510.2500.670.3982.2950.7240.59
Hex759C331904327523329
Octal16523463310103471226351
Binary11101011001110011001111001010000111001111010010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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