#6ea035

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

Shades of Sushi #6EA035

Tints of Sushi #6EA035

Color information

#6EA035 (or 0x6EA035) is unknown color: approx Sushi. HEX triplet: 6E, A0 and 35. RGB value is (110,160,53). Sum of RGB (Red+Green+Blue) = 110+160+53=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EA035 is #915FCA. Grayscale: #858585. Windows color (decimal): -9527243 or 3514478. OLE color: 3514478.

HSL color Cylindrical-coordinate representation of color #6EA035: hue angle of 88.04º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6EA035 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB11016053-
CMYK0.3100.670.37
HSL88.04º50.23%41.76%-
HSV(B)88.04º66.87%62.75%-
XYZ19.6428.717.88-
YUV132.8582.94111.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.06%
GREEN value IS 160 (62.89% from 255) = 49.54%
BLUE value IS 53 (21.09% from 255) = 16.41%
R=34.06%
G=49.54%
B=16.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal110160530.3100.670.3788.0450.2341.76
Hex6EA0351F0432558322a
Octal15624065370103451306252
Binary11011101010000011010111111010000111001011011000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ea035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,160,53); }

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

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

 a { background-color: rgb(110,160,53); }

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

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

 span { border-color: rgb(110,160,53); }

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