#759F27

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

Shades of Sushi #759F27

Tints of Sushi #759F27

Color information

#759F27 (or 0x759F27) is unknown color: approx Sushi. HEX triplet: 75, 9F and 27. RGB value is (117,159,39). Sum of RGB (Red+Green+Blue) = 117+159+39=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #759F27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759F27 is #8A60D8. Grayscale: #858585. Windows color (decimal): -9068761 or 2596725. OLE color: 2596725.

HSL color Cylindrical-coordinate representation of color #759F27: hue angle of 81º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #759F27 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB11715939-
CMYK0.2600.750.38
HSL81º60.61%38.82%-
HSV(B)81º75.47%62.35%-
XYZ20.128.726.4-
YUV132.7675.09116.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 159 (62.5% from 255) = 50.48%
BLUE value IS 39 (15.62% from 255) = 12.38%
R=37.14%
G=50.48%
B=12.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117159390.2600.750.388160.6138.82
Hex759F271A04B26513d27
Octal16523747320113461217547
Binary11101011001111110011111010010010111001101010001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,159,39); }

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

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

 a { background-color: rgb(117,159,39); }

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

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

 span { border-color: rgb(117,159,39); }

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