#75932F

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

Shades of Sushi #75932F

Tints of Sushi #75932F

Color information

#75932F (or 0x75932F) is unknown color: approx Sushi. HEX triplet: 75, 93 and 2F. RGB value is (117,147,47). Sum of RGB (Red+Green+Blue) = 117+147+47=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #75932F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75932F is #8A6CD0. Grayscale: #7E7E7E. Windows color (decimal): -9071825 or 3117941. OLE color: 3117941.

HSL color Cylindrical-coordinate representation of color #75932F: hue angle of 78º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75932F is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB11714747-
CMYK0.2000.680.42
HSL78º51.55%38.04%-
HSV(B)78º68.03%57.65%-
XYZ18.2824.856.52-
YUV126.6383.06121.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=37.62%
G=47.27%
B=15.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147470.2000.680.427851.5538.04
Hex75932F140442A4e3426
Octal16522357240104521166446
Binary11101011001001110111110100010001001010101001110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75932F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,147,47); }

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

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

 a { background-color: rgb(117,147,47); }

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

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

 span { border-color: rgb(117,147,47); }

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