#759533

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

Shades of Sushi #759533

Tints of Sushi #759533

Color information

#759533 (or 0x759533) is unknown color: approx Sushi. HEX triplet: 75, 95 and 33. RGB value is (117,149,51). Sum of RGB (Red+Green+Blue) = 117+149+51=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #759533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759533 is #8A6ACC. Grayscale: #808080. Windows color (decimal): -9071309 or 3380597. OLE color: 3380597.

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

Color convert

RGB11714951-
CMYK0.2100.660.42
HSL79.59º49%39.22%-
HSV(B)79.59º65.77%58.43%-
XYZ18.6825.527.07-
YUV128.2684.4119.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 51 (20.31% from 255) = 16.09%
R=36.91%
G=47.00%
B=16.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117149510.2100.660.4279.594939.22
Hex759533150422A503127
Octal16522563250102521206147
Binary11101011001010111001110101010000101010101010000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759533; }

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

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

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

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

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

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

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

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