#759342

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

Shades of Sushi #759342

Tints of Sushi #759342

Color information

#759342 (or 0x759342) is unknown color: approx Sushi. HEX triplet: 75, 93 and 42. RGB value is (117,147,66). Sum of RGB (Red+Green+Blue) = 117+147+66=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #759342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759342 is #8A6CBD. Grayscale: #818181. Windows color (decimal): -9071806 or 4363125. OLE color: 4363125.

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

Color convert

RGB11714766-
CMYK0.2000.550.42
HSL82.22º38.03%41.76%-
HSV(B)82.22º55.1%57.65%-
XYZ18.7525.049-
YUV128.892.56119.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 66 (26.17% from 255) = 20%
R=35.45%
G=44.55%
B=20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147660.2000.550.4282.2238.0341.76
Hex759342140372A52262a
Octal16522310224067521224652
Binary11101011001001110000101010001101111010101010010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759342; }

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

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

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

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

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

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

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

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