#75973A

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

Shades of Sushi #75973A

Tints of Sushi #75973A

Color information

#75973A (or 0x75973A) is unknown color: approx Sushi. HEX triplet: 75, 97 and 3A. RGB value is (117,151,58). Sum of RGB (Red+Green+Blue) = 117+151+58=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #75973A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75973A is #8A68C5. Grayscale: #828282. Windows color (decimal): -9070790 or 3839861. OLE color: 3839861.

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

Color convert

RGB11715158-
CMYK0.2300.620.41
HSL81.94º44.5%40.98%-
HSV(B)81.94º61.59%59.22%-
XYZ19.1726.228.05-
YUV130.2387.24118.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 151 (59.38% from 255) = 46.32%
BLUE value IS 58 (23.05% from 255) = 17.79%
R=35.89%
G=46.32%
B=17.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117151580.2300.620.4181.9444.540.98
Hex75973A1703E29522c29
Octal1652277227076511225451
Binary1110101100101111110101011101111101010011010010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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