#759B2A

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

Shades of Sushi #759B2A

Tints of Sushi #759B2A

Color information

#759B2A (or 0x759B2A) is unknown color: approx Sushi. HEX triplet: 75, 9B and 2A. RGB value is (117,155,42). Sum of RGB (Red+Green+Blue) = 117+155+42=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #759B2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B2A is #8A64D5. Grayscale: #838383. Windows color (decimal): -9069782 or 2792309. OLE color: 2792309.

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

Color convert

RGB11715542-
CMYK0.2500.730.39
HSL80.18º57.36%38.63%-
HSV(B)80.18º72.9%60.78%-
XYZ19.4827.396.45-
YUV130.7677.91118.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 155 (60.94% from 255) = 49.36%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=37.26%
G=49.36%
B=13.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117155420.2500.730.3980.1857.3638.63
Hex759B2A1904927503927
Octal16523352310111471207147
Binary11101011001101110101011001010010011001111010000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,155,42); }

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

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

 a { background-color: rgb(117,155,42); }

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

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

 span { border-color: rgb(117,155,42); }

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