#759936

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

Shades of Sushi #759936

Tints of Sushi #759936

Color information

#759936 (or 0x759936) is unknown color: approx Sushi. HEX triplet: 75, 99 and 36. RGB value is (117,153,54). Sum of RGB (Red+Green+Blue) = 117+153+54=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #759936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759936 is #8A66C9. Grayscale: #838383. Windows color (decimal): -9070282 or 3578229. OLE color: 3578229.

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

Color convert

RGB11715354-
CMYK0.2400.650.4
HSL81.82º47.83%40.59%-
HSV(B)81.82º64.71%60%-
XYZ19.3926.837.65-
YUV130.9584.57118.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 54 (21.48% from 255) = 16.67%
R=36.11%
G=47.22%
B=16.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117153540.2400.650.481.8247.8340.59
Hex7599361804128523029
Octal16523166300101501226051
Binary11101011001100111011011000010000011010001010010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759936; }

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

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

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

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

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

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

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

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