#759C2C

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

Shades of Sushi #759C2C

Tints of Sushi #759C2C

Color information

#759C2C (or 0x759C2C) is unknown color: approx Sushi. HEX triplet: 75, 9C and 2C. RGB value is (117,156,44). Sum of RGB (Red+Green+Blue) = 117+156+44=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #759C2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759C2C is #8A63D3. Grayscale: #838383. Windows color (decimal): -9069524 or 2923637. OLE color: 2923637.

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

Color convert

RGB11715644-
CMYK0.2500.720.39
HSL80.89º56%39.22%-
HSV(B)80.89º71.79%61.18%-
XYZ19.6827.746.7-
YUV131.5778.58117.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 156 (61.33% from 255) = 49.21%
BLUE value IS 44 (17.58% from 255) = 13.88%
R=36.91%
G=49.21%
B=13.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117156440.2500.720.3980.895639.22
Hex759C2C1904827513827
Octal16523454310110471217047
Binary11101011001110010110011001010010001001111010001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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