#759131

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

Shades of Sushi #759131

Tints of Sushi #759131

Color information

#759131 (or 0x759131) is unknown color: approx Sushi. HEX triplet: 75, 91 and 31. RGB value is (117,145,49). Sum of RGB (Red+Green+Blue) = 117+145+49=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #759131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759131 is #8A6ECE. Grayscale: #7E7E7E. Windows color (decimal): -9072335 or 3248501. OLE color: 3248501.

HSL color Cylindrical-coordinate representation of color #759131: hue angle of 77.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #759131 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB11714549-
CMYK0.1900.660.43
HSL77.5º49.48%38.04%-
HSV(B)77.5º66.21%56.86%-
XYZ18.0224.256.64-
YUV125.6884.72121.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 49 (19.53% from 255) = 15.76%
R=37.62%
G=46.62%
B=15.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117145490.1900.660.4377.549.4838.04
Hex759131130422B4e3126
Octal16522161230102531166146
Binary11101011001000111000110011010000101010111001110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759131; }

 p { color: rgb(117,145,49); }

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

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

 a { background-color: rgb(117,145,49); }

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

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

 span { border-color: rgb(117,145,49); }

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