#759B27

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

Shades of Sushi #759B27

Tints of Sushi #759B27

Color information

#759B27 (or 0x759B27) is unknown color: approx Sushi. HEX triplet: 75, 9B and 27. RGB value is (117,155,39). Sum of RGB (Red+Green+Blue) = 117+155+39=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #759B27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B27 is #8A64D8. Grayscale: #828282. Windows color (decimal): -9069785 or 2595701. OLE color: 2595701.

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

Color convert

RGB11715539-
CMYK0.2500.750.39
HSL79.66º59.79%38.04%-
HSV(B)79.66º74.84%60.78%-
XYZ19.4227.376.18-
YUV130.4176.41118.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 155 (60.94% from 255) = 49.84%
BLUE value IS 39 (15.62% from 255) = 12.54%
R=37.62%
G=49.84%
B=12.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117155390.2500.750.3979.6659.7938.04
Hex759B271904B27503c26
Octal16523347310113471207446
Binary11101011001101110011111001010010111001111010000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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