#75a037

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

Shades of Sushi #75A037

Tints of Sushi #75A037

Color information

#75A037 (or 0x75A037) is unknown color: approx Sushi. HEX triplet: 75, A0 and 37. RGB value is (117,160,55). Sum of RGB (Red+Green+Blue) = 117+160+55=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #75A037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A037 is #8A5FC8. Grayscale: #878787. Windows color (decimal): -9068489 or 3645557. OLE color: 3645557.

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

Color convert

RGB11716055-
CMYK0.2700.660.37
HSL84.57º48.84%42.16%-
HSV(B)84.57º65.62%62.75%-
XYZ20.629.28.16-
YUV135.1782.75115.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 160 (62.89% from 255) = 48.19%
BLUE value IS 55 (21.88% from 255) = 16.57%
R=35.24%
G=48.19%
B=16.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117160550.2700.660.3784.5748.8442.16
Hex75A0371B0422555312a
Octal16524067330102451256152
Binary11101011010000011011111011010000101001011010101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75a037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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