#6E9B32

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

Shades of Sushi #6E9B32

Tints of Sushi #6E9B32

Color information

#6E9B32 (or 0x6E9B32) is unknown color: approx Sushi. HEX triplet: 6E, 9B and 32. RGB value is (110,155,50). Sum of RGB (Red+Green+Blue) = 110+155+50=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9B32 is #9164CD. Grayscale: #818181. Windows color (decimal): -9528526 or 3316590. OLE color: 3316590.

HSL color Cylindrical-coordinate representation of color #6E9B32: hue angle of 85.71º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E9B32 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB11015550-
CMYK0.2900.680.39
HSL85.71º51.22%40.2%-
HSV(B)85.71º67.74%60.78%-
XYZ18.7326.997.24-
YUV129.5783.09114.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.92%
GREEN value IS 155 (60.94% from 255) = 49.21%
BLUE value IS 50 (19.92% from 255) = 15.87%
R=34.92%
G=49.21%
B=15.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110155500.2900.680.3985.7151.2240.2
Hex6E9B321D04427563328
Octal15623362350104471266350
Binary11011101001101111001011101010001001001111010110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E9B32; }

 p { color: rgb(110,155,50); }

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

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

 a { background-color: rgb(110,155,50); }

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

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

 span { border-color: rgb(110,155,50); }

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