#75A031

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

Shades of Sushi #75A031

Tints of Sushi #75A031

Color information

#75A031 (or 0x75A031) is unknown color: approx Sushi. HEX triplet: 75, A0 and 31. RGB value is (117,160,49). Sum of RGB (Red+Green+Blue) = 117+160+49=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #75A031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A031 is #8A5FCE. Grayscale: #868686. Windows color (decimal): -9068495 or 3252341. OLE color: 3252341.

HSL color Cylindrical-coordinate representation of color #75A031: hue angle of 83.24º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75A031 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB11716049-
CMYK0.2700.690.37
HSL83.24º53.11%40.98%-
HSV(B)83.24º69.38%62.75%-
XYZ20.4629.157.45-
YUV134.4979.75115.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 49 (19.53% from 255) = 15.03%
R=35.89%
G=49.08%
B=15.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117160490.2700.690.3783.2453.1140.98
Hex75A0311B04525533529
Octal16524061330105451236551
Binary11101011010000011000111011010001011001011010011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A031; }

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

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

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

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

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

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

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

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