#759330

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

Shades of Sushi #759330

Tints of Sushi #759330

Color information

#759330 (or 0x759330) is unknown color: approx Sushi. HEX triplet: 75, 93 and 30. RGB value is (117,147,48). Sum of RGB (Red+Green+Blue) = 117+147+48=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #759330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759330 is #8A6CCF. Grayscale: #7F7F7F. Windows color (decimal): -9071824 or 3183477. OLE color: 3183477.

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

Color convert

RGB11714748-
CMYK0.2000.670.42
HSL78.18º50.77%38.24%-
HSV(B)78.18º67.35%57.65%-
XYZ18.324.866.63-
YUV126.7483.56121.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 147 (57.81% from 255) = 47.12%
BLUE value IS 48 (19.14% from 255) = 15.38%
R=37.5%
G=47.12%
B=15.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147480.2000.670.4278.1850.7738.24
Hex759330140432A4e3326
Octal16522360240103521166346
Binary11101011001001111000010100010000111010101001110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759330; }

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

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

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

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

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

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

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

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