#759A22

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

Shades of Sushi #759A22

Tints of Sushi #759A22

Color information

#759A22 (or 0x759A22) is unknown color: approx Sushi. HEX triplet: 75, 9A and 22. RGB value is (117,154,34). Sum of RGB (Red+Green+Blue) = 117+154+34=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #759A22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759A22 is #8A65DD. Grayscale: #818181. Windows color (decimal): -9070046 or 2267765. OLE color: 2267765.

HSL color Cylindrical-coordinate representation of color #759A22: hue angle of 78.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #759A22 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB11715434-
CMYK0.2400.780.40
HSL78.5º63.83%36.86%-
HSV(B)78.5º77.92%60.39%-
XYZ19.1827.015.72-
YUV129.2674.24119.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 154 (60.55% from 255) = 50.49%
BLUE value IS 34 (13.67% from 255) = 11.15%
R=38.36%
G=50.49%
B=11.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117154340.2400.780.4078.563.8336.86
Hex759A221804E284e4025
Octal165232423001165011610045
Binary111010110011010100010110000100111010100010011101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759A22; }

 p { color: rgb(117,154,34); }

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

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

 a { background-color: rgb(117,154,34); }

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

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

 span { border-color: rgb(117,154,34); }

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