#75913F

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

Shades of Sushi #75913F

Tints of Sushi #75913F

Color information

#75913F (or 0x75913F) is unknown color: approx Sushi. HEX triplet: 75, 91 and 3F. RGB value is (117,145,63). Sum of RGB (Red+Green+Blue) = 117+145+63=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #75913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75913F is #8A6EC0. Grayscale: #7F7F7F. Windows color (decimal): -9072321 or 4166005. OLE color: 4166005.

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

Color convert

RGB11714563-
CMYK0.1900.570.43
HSL80.49º39.42%40.78%-
HSV(B)80.49º56.55%56.86%-
XYZ18.3624.398.44-
YUV127.2891.72120.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 63 (25% from 255) = 19.38%
R=36%
G=44.62%
B=19.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117145630.1900.570.4380.4939.4240.78
Hex75913F130392B502729
Octal1652217723071531204751
Binary1110101100100011111111001101110011010111010000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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