#759833

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

Shades of Sushi #759833

Tints of Sushi #759833

Color information

#759833 (or 0x759833) is unknown color: approx Sushi. HEX triplet: 75, 98 and 33. RGB value is (117,152,51). Sum of RGB (Red+Green+Blue) = 117+152+51=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #759833 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759833 is #8A67CC. Grayscale: #828282. Windows color (decimal): -9070541 or 3381365. OLE color: 3381365.

HSL color Cylindrical-coordinate representation of color #759833: hue angle of 80.79º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #759833 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB11715251-
CMYK0.2300.660.40
HSL80.79º49.75%39.8%-
HSV(B)80.79º66.45%59.61%-
XYZ19.1626.487.23-
YUV130.0283.4118.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 152 (59.77% from 255) = 47.5%
BLUE value IS 51 (20.31% from 255) = 15.94%
R=36.56%
G=47.5%
B=15.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117152510.2300.660.4080.7949.7539.8
Hex7598331704228513228
Octal16523063270102501216250
Binary11101011001100011001110111010000101010001010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759833; }

 p { color: rgb(117,152,51); }

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

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

 a { background-color: rgb(117,152,51); }

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

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

 span { border-color: rgb(117,152,51); }

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