#75993A

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

Shades of Sushi #75993A

Tints of Sushi #75993A

Color information

#75993A (or 0x75993A) is unknown color: approx Sushi. HEX triplet: 75, 99 and 3A. RGB value is (117,153,58). Sum of RGB (Red+Green+Blue) = 117+153+58=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #75993A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75993A is #8A66C5. Grayscale: #838383. Windows color (decimal): -9070278 or 3840373. OLE color: 3840373.

HSL color Cylindrical-coordinate representation of color #75993A: hue angle of 82.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75993A is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB11715358-
CMYK0.2400.620.4
HSL82.74º45.02%41.37%-
HSV(B)82.74º62.09%60%-
XYZ19.4926.878.16-
YUV131.4186.57117.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 153 (60.16% from 255) = 46.65%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=35.67%
G=46.65%
B=17.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117153580.2400.620.482.7445.0241.37
Hex75993A1803E28532d29
Octal1652317230076501235551
Binary1110101100110011110101100001111101010001010011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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