#75943F

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

Shades of Sushi #75943F

Tints of Sushi #75943F

Color information

#75943F (or 0x75943F) is unknown color: approx Sushi. HEX triplet: 75, 94 and 3F. RGB value is (117,148,63). Sum of RGB (Red+Green+Blue) = 117+148+63=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #75943F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75943F is #8A6BC0. Grayscale: #818181. Windows color (decimal): -9071553 or 4166773. OLE color: 4166773.

HSL color Cylindrical-coordinate representation of color #75943F: hue angle of 81.88º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75943F is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB11714863-
CMYK0.2100.570.42
HSL81.88º40.28%41.37%-
HSV(B)81.88º57.43%58.04%-
XYZ18.8225.328.6-
YUV129.0490.73119.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 63 (25% from 255) = 19.21%
R=35.67%
G=45.12%
B=19.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117148630.2100.570.4281.8840.2841.37
Hex75943F150392A522829
Octal1652247725071521225051
Binary1110101100101001111111010101110011010101010010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75943F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75943F; }

 p { color: rgb(117,148,63); }

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

<style>
 a { background-color: #75943F; }

 a { background-color: rgb(117,148,63); }

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

<style>
 span { border-color: #75943F; }

 span { border-color: rgb(117,148,63); }

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