#759537

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

Shades of Sushi #759537

Tints of Sushi #759537

Color information

#759537 (or 0x759537) is unknown color: approx Sushi. HEX triplet: 75, 95 and 37. RGB value is (117,149,55). Sum of RGB (Red+Green+Blue) = 117+149+55=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #759537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759537 is #8A6AC8. Grayscale: #818181. Windows color (decimal): -9071305 or 3642741. OLE color: 3642741.

HSL color Cylindrical-coordinate representation of color #759537: hue angle of 80.43º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #759537 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB11714955-
CMYK0.2100.630.42
HSL80.43º46.08%40%-
HSV(B)80.43º63.09%58.43%-
XYZ18.7725.557.56-
YUV128.7286.4119.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 149 (58.59% from 255) = 46.42%
BLUE value IS 55 (21.88% from 255) = 17.13%
R=36.45%
G=46.42%
B=17.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117149550.2100.630.4280.4346.0840
Hex7595371503F2A502e28
Octal1652256725077521205650
Binary1110101100101011101111010101111111010101010000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759537; }

 p { color: rgb(117,149,55); }

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

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

 a { background-color: rgb(117,149,55); }

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

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

 span { border-color: rgb(117,149,55); }

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