#75903D

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

Shades of Sushi #75903D

Tints of Sushi #75903D

Color information

#75903D (or 0x75903D) is unknown color: approx Sushi. HEX triplet: 75, 90 and 3D. RGB value is (117,144,61). Sum of RGB (Red+Green+Blue) = 117+144+61=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #75903D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75903D is #8A6FC2. Grayscale: #7E7E7E. Windows color (decimal): -9072579 or 4034677. OLE color: 4034677.

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

Color convert

RGB11714461-
CMYK0.1900.580.44
HSL79.52º40.49%40.2%-
HSV(B)79.52º57.64%56.47%-
XYZ18.1524.078.1-
YUV126.4691.05121.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 61 (24.22% from 255) = 18.94%
R=36.34%
G=44.72%
B=18.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117144610.1900.580.4479.5240.4940.2
Hex75903D1303A2C502828
Octal1652207523072541205050
Binary1110101100100001111011001101110101011001010000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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