#75913A

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

Shades of Sushi #75913A

Tints of Sushi #75913A

Color information

#75913A (or 0x75913A) is unknown color: approx Sushi. HEX triplet: 75, 91 and 3A. RGB value is (117,145,58). Sum of RGB (Red+Green+Blue) = 117+145+58=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #75913A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75913A is #8A6EC5. Grayscale: #7F7F7F. Windows color (decimal): -9072326 or 3838325. OLE color: 3838325.

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

Color convert

RGB11714558-
CMYK0.1900.60.43
HSL79.31º42.86%39.8%-
HSV(B)79.31º60%56.86%-
XYZ18.2324.347.74-
YUV126.7189.22121.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=36.56%
G=45.31%
B=18.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117145580.1900.60.4379.3142.8639.8
Hex75913A1303C2B4f2b28
Octal1652217223074531175350
Binary1110101100100011110101001101111001010111001111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75913A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75913A; }

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

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

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

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

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

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

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

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