#75A028

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

Shades of Sushi #75A028

Tints of Sushi #75A028

Color information

#75A028 (or 0x75A028) is unknown color: approx Sushi. HEX triplet: 75, A0 and 28. RGB value is (117,160,40). Sum of RGB (Red+Green+Blue) = 117+160+40=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #75A028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A028 is #8A5FD7. Grayscale: #858585. Windows color (decimal): -9068504 or 2662517. OLE color: 2662517.

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

Color convert

RGB11716040-
CMYK0.2700.750.37
HSL81.5º60%39.22%-
HSV(B)81.5º75%62.75%-
XYZ20.2929.086.55-
YUV133.4675.25116.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 160 (62.89% from 255) = 50.47%
BLUE value IS 40 (16.02% from 255) = 12.62%
R=36.91%
G=50.47%
B=12.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117160400.2700.750.3781.56039.22
Hex75A0281B04B25523c27
Octal16524050330113451227447
Binary11101011010000010100011011010010111001011010010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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