#6E9540

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

Shades of Sushi #6E9540

Tints of Sushi #6E9540

Color information

#6E9540 (or 0x6E9540) is unknown color: approx Sushi. HEX triplet: 6E, 95 and 40. RGB value is (110,149,64). Sum of RGB (Red+Green+Blue) = 110+149+64=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #6E9540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9540 is #916ABF. Grayscale: #7F7F7F. Windows color (decimal): -9530048 or 4232558. OLE color: 4232558.

HSL color Cylindrical-coordinate representation of color #6E9540: hue angle of 87.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E9540 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB11014964-
CMYK0.2600.570.42
HSL87.53º39.91%41.76%-
HSV(B)87.53º57.05%58.43%-
XYZ18.125.188.76-
YUV127.6592.08115.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.06%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=34.06%
G=46.13%
B=19.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110149640.2600.570.4287.5339.9141.76
Hex6E95401A0392A58282a
Octal15622510032071521305052
Binary11011101001010110000001101001110011010101011000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,149,64); }

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

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

 a { background-color: rgb(110,149,64); }

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

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

 span { border-color: rgb(110,149,64); }

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