#6EA12F

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

Shades of Sushi #6EA12F

Tints of Sushi #6EA12F

Color information

#6EA12F (or 0x6EA12F) is unknown color: approx Sushi. HEX triplet: 6E, A1 and 2F. RGB value is (110,161,47). Sum of RGB (Red+Green+Blue) = 110+161+47=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EA12F is #915ED0. Grayscale: #858585. Windows color (decimal): -9526993 or 3121518. OLE color: 3121518.

HSL color Cylindrical-coordinate representation of color #6EA12F: hue angle of 86.84º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6EA12F is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB11016147-
CMYK0.3200.710.37
HSL86.84º54.81%40.78%-
HSV(B)86.84º70.81%63.14%-
XYZ19.6929.017.25-
YUV132.7679.6111.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.59%
GREEN value IS 161 (63.28% from 255) = 50.63%
BLUE value IS 47 (18.75% from 255) = 14.78%
R=34.59%
G=50.63%
B=14.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal110161470.3200.710.3786.8454.8140.78
Hex6EA12F2004725573729
Octal15624157400107451276751
Binary110111010100001101111100000010001111001011010111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,161,47); }

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

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

 a { background-color: rgb(110,161,47); }

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

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

 span { border-color: rgb(110,161,47); }

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