#759145

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

Shades of Sushi #759145

Tints of Sushi #759145

Color information

#759145 (or 0x759145) is unknown color: approx Sushi. HEX triplet: 75, 91 and 45. RGB value is (117,145,69). Sum of RGB (Red+Green+Blue) = 117+145+69=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #759145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759145 is #8A6EBA. Grayscale: #808080. Windows color (decimal): -9072315 or 4559221. OLE color: 4559221.

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

Color convert

RGB11714569-
CMYK0.1900.520.43
HSL82.11º35.51%41.96%-
HSV(B)82.11º52.41%56.86%-
XYZ18.5424.469.38-
YUV127.9694.72120.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=35.35%
G=43.81%
B=20.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117145690.1900.520.4382.1135.5141.96
Hex759145130342B52242a
Octal16522110523064531224452
Binary11101011001000110001011001101101001010111010010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759145; }

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

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

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

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

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

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

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

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