#75953C

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

Shades of Sushi #75953C

Tints of Sushi #75953C

Color information

#75953C (or 0x75953C) is unknown color: approx Sushi. HEX triplet: 75, 95 and 3C. RGB value is (117,149,60). Sum of RGB (Red+Green+Blue) = 117+149+60=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #75953C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75953C is #8A6AC3. Grayscale: #818181. Windows color (decimal): -9071300 or 3970421. OLE color: 3970421.

HSL color Cylindrical-coordinate representation of color #75953C: hue angle of 81.57º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75953C is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB11714960-
CMYK0.2100.600.42
HSL81.57º42.58%40.98%-
HSV(B)81.57º59.73%58.43%-
XYZ18.925.68.22-
YUV129.2988.9119.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 149 (58.59% from 255) = 45.71%
BLUE value IS 60 (23.83% from 255) = 18.40%
R=35.89%
G=45.71%
B=18.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117149600.2100.600.4281.5742.5840.98
Hex75953C1503C2A522b29
Octal1652257425074521225351
Binary1110101100101011111001010101111001010101010010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75953C; }

 p { color: rgb(117,149,60); }

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

<style>
 a { background-color: #75953C; }

 a { background-color: rgb(117,149,60); }

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

<style>
 span { border-color: #75953C; }

 span { border-color: rgb(117,149,60); }

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