#759237

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

Shades of Sushi #759237

Tints of Sushi #759237

Color information

#759237 (or 0x759237) is unknown color: approx Sushi. HEX triplet: 75, 92 and 37. RGB value is (117,146,55). Sum of RGB (Red+Green+Blue) = 117+146+55=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #759237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759237 is #8A6DC8. Grayscale: #7F7F7F. Windows color (decimal): -9072073 or 3641973. OLE color: 3641973.

HSL color Cylindrical-coordinate representation of color #759237: hue angle of 79.12º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #759237 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB11714655-
CMYK0.2000.620.43
HSL79.12º45.27%39.41%-
HSV(B)79.12º62.33%57.25%-
XYZ18.324.627.4-
YUV126.9687.39120.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 146 (57.42% from 255) = 45.91%
BLUE value IS 55 (21.88% from 255) = 17.30%
R=36.79%
G=45.91%
B=17.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117146550.2000.620.4379.1245.2739.41
Hex7592371403E2B4f2d27
Octal1652226724076531175547
Binary1110101100100101101111010001111101010111001111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759237; }

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

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

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

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

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

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

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

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