#75903A

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

Shades of Sushi #75903A

Tints of Sushi #75903A

Color information

#75903A (or 0x75903A) is unknown color: approx Sushi. HEX triplet: 75, 90 and 3A. RGB value is (117,144,58). Sum of RGB (Red+Green+Blue) = 117+144+58=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #75903A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75903A is #8A6FC5. Grayscale: #7E7E7E. Windows color (decimal): -9072582 or 3838069. OLE color: 3838069.

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

Color convert

RGB11714458-
CMYK0.1900.600.44
HSL78.84º42.57%39.61%-
HSV(B)78.84º59.72%56.47%-
XYZ18.0724.037.69-
YUV126.1289.55121.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=36.68%
G=45.14%
B=18.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117144580.1900.600.4478.8442.5739.61
Hex75903A1303C2C4f2b28
Octal1652207223074541175350
Binary1110101100100001110101001101111001011001001111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75903A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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