#759932

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

Shades of Sushi #759932

Tints of Sushi #759932

Color information

#759932 (or 0x759932) is unknown color: approx Sushi. HEX triplet: 75, 99 and 32. RGB value is (117,153,50). Sum of RGB (Red+Green+Blue) = 117+153+50=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #759932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759932 is #8A66CD. Grayscale: #828282. Windows color (decimal): -9070286 or 3316085. OLE color: 3316085.

HSL color Cylindrical-coordinate representation of color #759932: hue angle of 80.97º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #759932 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB11715350-
CMYK0.2400.670.4
HSL80.97º50.74%39.8%-
HSV(B)80.97º67.32%60%-
XYZ19.326.797.17-
YUV130.4982.57118.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 50 (19.92% from 255) = 15.62%
R=36.56%
G=47.81%
B=15.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117153500.2400.670.480.9750.7439.8
Hex7599321804328513328
Octal16523162300103501216350
Binary11101011001100111001011000010000111010001010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759932; }

 p { color: rgb(117,153,50); }

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

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

 a { background-color: rgb(117,153,50); }

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

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

 span { border-color: rgb(117,153,50); }

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