#759334

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

Shades of Sushi #759334

Tints of Sushi #759334

Color information

#759334 (or 0x759334) is unknown color: approx Sushi. HEX triplet: 75, 93 and 34. RGB value is (117,147,52). Sum of RGB (Red+Green+Blue) = 117+147+52=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #759334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759334 is #8A6CCB. Grayscale: #7F7F7F. Windows color (decimal): -9071820 or 3445621. OLE color: 3445621.

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

Color convert

RGB11714752-
CMYK0.2000.650.42
HSL78.95º47.74%39.02%-
HSV(B)78.95º64.63%57.65%-
XYZ18.3924.97.09-
YUV127.285.56120.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 147 (57.81% from 255) = 46.52%
BLUE value IS 52 (20.70% from 255) = 16.46%
R=37.03%
G=46.52%
B=16.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147520.2000.650.4278.9547.7439.02
Hex759334140412A4f3027
Octal16522364240101521176047
Binary11101011001001111010010100010000011010101001111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759334; }

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

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

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

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

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

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

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

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