#75973E

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

Shades of Sushi #75973E

Tints of Sushi #75973E

Color information

#75973E (or 0x75973E) is unknown color: approx Sushi. HEX triplet: 75, 97 and 3E. RGB value is (117,151,62). Sum of RGB (Red+Green+Blue) = 117+151+62=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #75973E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75973E is #8A68C1. Grayscale: #838383. Windows color (decimal): -9070786 or 4102005. OLE color: 4102005.

HSL color Cylindrical-coordinate representation of color #75973E: hue angle of 82.92º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75973E is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB11715162-
CMYK0.2300.590.41
HSL82.92º41.78%41.76%-
HSV(B)82.92º58.94%59.22%-
XYZ19.2726.268.61-
YUV130.6989.24118.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 151 (59.38% from 255) = 45.76%
BLUE value IS 62 (24.61% from 255) = 18.79%
R=35.45%
G=45.76%
B=18.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117151620.2300.590.4182.9241.7841.76
Hex75973E1703B29532a2a
Octal1652277627073511235252
Binary1110101100101111111101011101110111010011010011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75973E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75973E; }

 p { color: rgb(117,151,62); }

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

<style>
 a { background-color: #75973E; }

 a { background-color: rgb(117,151,62); }

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

<style>
 span { border-color: #75973E; }

 span { border-color: rgb(117,151,62); }

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