#75943b

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

Shades of Sushi #75943B

Tints of Sushi #75943B

Color information

#75943B (or 0x75943B) is unknown color: approx Sushi. HEX triplet: 75, 94 and 3B. RGB value is (117,148,59). Sum of RGB (Red+Green+Blue) = 117+148+59=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #75943B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75943B is #8A6BC4. Grayscale: #808080. Windows color (decimal): -9071557 or 3904629. OLE color: 3904629.

HSL color Cylindrical-coordinate representation of color #75943B: hue angle of 80.9º 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 #75943B is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB11714859-
CMYK0.2100.600.42
HSL80.9º43%40.59%-
HSV(B)80.9º60.14%58.04%-
XYZ18.7225.288.03-
YUV128.5888.73119.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 148 (58.20% from 255) = 45.68%
BLUE value IS 59 (23.44% from 255) = 18.21%
R=36.11%
G=45.68%
B=18.21%

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
Decimal117148590.2100.600.4280.94340.59
Hex75943B1503C2A512b29
Octal1652247325074521215351
Binary1110101100101001110111010101111001010101010001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75943b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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