#759738

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

Shades of Sushi #759738

Tints of Sushi #759738

Color information

#759738 (or 0x759738) is unknown color: approx Sushi. HEX triplet: 75, 97 and 38. RGB value is (117,151,56). Sum of RGB (Red+Green+Blue) = 117+151+56=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #759738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759738 is #8A68C7. Grayscale: #828282. Windows color (decimal): -9070792 or 3708789. OLE color: 3708789.

HSL color Cylindrical-coordinate representation of color #759738: hue angle of 81.47º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #759738 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB11715156-
CMYK0.2300.630.41
HSL81.47º45.89%40.59%-
HSV(B)81.47º62.91%59.22%-
XYZ19.1226.27.79-
YUV13086.24118.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 151 (59.38% from 255) = 46.60%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=36.11%
G=46.60%
B=17.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117151560.2300.630.4181.4745.8940.59
Hex7597381703F29512e29
Octal1652277027077511215651
Binary1110101100101111110001011101111111010011010001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759738; }

 p { color: rgb(117,151,56); }

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

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

 a { background-color: rgb(117,151,56); }

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

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

 span { border-color: rgb(117,151,56); }

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