#75993D

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

Shades of Sushi #75993D

Tints of Sushi #75993D

Color information

#75993D (or 0x75993D) is unknown color: approx Sushi. HEX triplet: 75, 99 and 3D. RGB value is (117,153,61). Sum of RGB (Red+Green+Blue) = 117+153+61=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #75993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75993D is #8A66C2. Grayscale: #848484. Windows color (decimal): -9070275 or 4036981. OLE color: 4036981.

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

Color convert

RGB11715361-
CMYK0.2400.600.4
HSL83.48º42.99%41.96%-
HSV(B)83.48º60.13%60%-
XYZ19.5726.98.58-
YUV131.7588.07117.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 153 (60.16% from 255) = 46.22%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=35.35%
G=46.22%
B=18.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117153610.2400.600.483.4842.9941.96
Hex75993D1803C28532b2a
Octal1652317530074501235352
Binary1110101100110011111011100001111001010001010011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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